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

Clarify that issues must be accepted and assigned prior to PR submission

This commit is contained in:
jeremystretch
2022-08-26 13:33:55 -04:00
parent 3da8e4c1bb
commit 83db8d2072
2 changed files with 24 additions and 15 deletions

View File

@@ -1,13 +1,15 @@
<!--
Thank you for your interest in contributing to NetBox! Please note
that our contribution policy requires that a feature request or bug
report be opened for approval prior to filing a pull request. This
report be approved and assigned prior to filing a pull request. This
helps avoid wasting time and effort on something that we might not
be able to accept.
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.
Please indicate the assigned feature request or bug report below.
IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED
TO YOU, IT WE BE CLOSED AUTOMATICALLY. For example:
### Fixes: #1234
-->
### Fixes: <ISSUE NUMBER GOES HERE>
<!--