mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
Further reiterated the policy for pull requests
This commit is contained in:
parent
c2573774bf
commit
93ce0ce670
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -6,6 +6,8 @@
|
|||||||
be able to accept.
|
be able to accept.
|
||||||
|
|
||||||
Please indicate the relevant feature request or bug report below.
|
Please indicate the relevant feature request or bug report below.
|
||||||
|
IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR
|
||||||
|
FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED.
|
||||||
-->
|
-->
|
||||||
### Fixes:
|
### Fixes:
|
||||||
|
|
||||||
|
@ -91,11 +91,13 @@ appropriate labels will be applied for categorization.
|
|||||||
|
|
||||||
## Submitting Pull Requests
|
## Submitting Pull Requests
|
||||||
|
|
||||||
* Be sure to open an issue before starting work on a pull request, and discuss
|
* Be sure to open an issue **before** starting work on a pull request, and
|
||||||
your idea with the NetBox maintainers before beginning work. This will help
|
discuss your idea with the NetBox maintainers before beginning work. This will
|
||||||
prevent wasting time on something that might we might not be able to implement.
|
help prevent wasting time on something that might we might not be able to
|
||||||
When suggesting a new feature, also make sure it won't conflict with any work
|
implement. When suggesting a new feature, also make sure it won't conflict with
|
||||||
that's already in progress.
|
any work that's already in progress.
|
||||||
|
|
||||||
|
* Any pull request which does _not_ relate to an accepted issue will be closed.
|
||||||
|
|
||||||
* When submitting a pull request, please be sure to work off of the `develop`
|
* When submitting a pull request, please be sure to work off of the `develop`
|
||||||
branch, rather than `master`. The `develop` branch is used for ongoing
|
branch, rather than `master`. The `develop` branch is used for ongoing
|
||||||
|
Loading…
Reference in New Issue
Block a user