-
Notifications
You must be signed in to change notification settings - Fork 144
Many duplicate new module submissions #60
Comments
Some discussion about this on IRC today: 12:33 PM re dup prs etc... The bot could potentially compare a pr's diff (mainly which files changed) against existing prs and show them as potential dupes. Likely wouldn't catch new features/modules though... |
Perhaps a note in module guidelines or contributions suggesting searching the existing pull requests to see if someone is already working on the module you are considering writing. |
This is something we should put into the contributor guide. @gundalow do we have something like this? |
|
Labelling for discussion in Community WG meeting today. |
Now that we've cleaned up our contributing guidelines, we should be able to add this to the new documentation. I'll take this one. The simplest thing: "Add language to the new module guidelines to look for duplicate pending merge requests." |
This language now exists here: http://docs.ansible.com/ansible/latest/dev_guide/developing_modules.html |
Today a third new module pull request was submitted that duplicates the functionality of two previously submitted new modules
ansible/ansible-modules-extras#1939
ansible/ansible-modules-extras#1908
ansible/ansible-modules-extras#1352
Two ideas that could help:
Review/approve/merge new modules faster
Add language to the new module guidelines to look for duplicate pending merge requests
The text was updated successfully, but these errors were encountered: