1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Added a note to CONTRIBUTING about opening an issue before submitting a PR

This commit is contained in:
Jeremy Stretch
2016-07-01 18:20:06 -04:00
parent 35c5423127
commit a5066a905e

View File

@ -51,6 +51,10 @@ Even if it's not quite right for NetBox, we may be able to point you to a tool b
## Submitting Pull Requests
* Be sure to open an issue before starting work on a pull request, and discuss your idea with the NetBox maintainers
before beginning work. This will help prevent wasting time on something that might we might not be able to implement.
When suggesting a new feature, also make sure it won't conflict with any work that's already in progress.
* When submitting a pull request, please be sure to work off of branch `develop`, rather than branch `master`.
In NetBox, the `develop` branch is used for ongoing development, while `master` is used for tagging new
stable releases.