mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Revised the GitHub issue template
This commit is contained in:
47
.github/ISSUE_TEMPLATE.md
vendored
47
.github/ISSUE_TEMPLATE.md
vendored
@ -1,28 +1,41 @@
|
|||||||
<!--
|
<!--
|
||||||
Please note: GitHub issues are to be used only for feature requests
|
Before opening a new issue, please search through the existing issues to
|
||||||
and bug reports. For installation assistance or general discussion,
|
see if your topic has already been addressed. Note that you may need to
|
||||||
please join us on the mailing list:
|
remove the "is:open" filter from the search bar to include closed issues.
|
||||||
|
|
||||||
|
Check the appropriate type for your issue below by placing an x between the
|
||||||
|
brackets. If none of the below apply, please raise your issue for
|
||||||
|
discussion on our mailing list:
|
||||||
|
|
||||||
https://groups.google.com/forum/#!forum/netbox-discuss
|
https://groups.google.com/forum/#!forum/netbox-discuss
|
||||||
|
|
||||||
Please indicate "bug report" or "feature request" below. Be sure to
|
Please note that issues which do not fall under any of the below categories
|
||||||
search the existing set of issues (both open and closed) to see if
|
will be closed.
|
||||||
a similar issue has already been raised.
|
--->
|
||||||
-->
|
### Issue type
|
||||||
### Issue type:
|
[ ] Feature request <!-- Requesting the implementation of a new feature -->
|
||||||
|
[ ] Bug report <!-- Reporting unexpected or erroneous behavior -->
|
||||||
|
[ ] Documentation <!-- Proposing a modification to the documentation -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
If filing a bug, please indicate the version of Python and NetBox
|
Please describe the environment in which you are running NetBox. (Be sure
|
||||||
you are running. (This is not necessary for feature requests.)
|
to verify that you are running the latest stable release of NetBox before
|
||||||
|
submitting a bug report.)
|
||||||
-->
|
-->
|
||||||
**Python version:**
|
### Environment
|
||||||
**NetBox version:**
|
* Python version: <!-- Example: 3.5.4 -->
|
||||||
|
* NetBox version: <!-- Example: 2.1.3 -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
If filing a bug, please record the exact steps taken to reproduce
|
BUG REPORTS must include:
|
||||||
the bug and any errors messages that are generated.
|
* A list of the steps needed to reproduce the bug
|
||||||
|
* A description of the expected behavior
|
||||||
|
* Any relevant error messages (screenshots may also help)
|
||||||
|
|
||||||
If filing a feature request, please precisely describe the data
|
FEATURE REQUESTS must include:
|
||||||
model or workflow you would like to see implemented, and provide a
|
* A detailed description of the proposed functionality
|
||||||
use case.
|
* A use case for the new feature
|
||||||
|
* A rough description of any necessary changes to the database schema
|
||||||
|
* Any relevant third-party libraries which would be needed
|
||||||
-->
|
-->
|
||||||
|
### Description
|
||||||
|
Reference in New Issue
Block a user