mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 17:59:11 -06:00
Expanded the bug report template
This commit is contained in:
parent
dd5f37391f
commit
d356e288a2
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -17,15 +17,20 @@ about: Report a reproducible bug in the current release of NetBox
|
|||||||
-->
|
-->
|
||||||
### Environment
|
### Environment
|
||||||
* Python version: <!-- Example: 3.5.4 -->
|
* Python version: <!-- Example: 3.5.4 -->
|
||||||
* NetBox version: <!-- Example: 2.3.6 -->
|
* NetBox version: <!-- Example: 2.5.2 -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Describe in detail the steps that someone else can take to reproduce this
|
Describe in detail the exact steps that someone else can take to reproduce
|
||||||
bug using the current stable release of NetBox (or the current beta release
|
this bug using the current stable release of NetBox (or the current beta
|
||||||
where applicable).
|
release where applicable). Begin with the creation of any necessary
|
||||||
|
database objects and call out every operation being performed explicitly.
|
||||||
|
If reporting a bug in the REST API, be sure to reconstruct the raw HTTP
|
||||||
|
request(s) being made: Don't rely on a wrapper like pynetbox.
|
||||||
-->
|
-->
|
||||||
### Steps to Reproduce
|
### Steps to Reproduce
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
<!-- What did you expect to happen? -->
|
<!-- What did you expect to happen? -->
|
||||||
### Expected Behavior
|
### Expected Behavior
|
||||||
|
Loading…
Reference in New Issue
Block a user