mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
Merge 87fd438d12
into 431361efad
This commit is contained in:
commit
09608377c5
35
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Report a reproducible bug in the current release of NetBox
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
NOTE: This form is only for reproducible bugs. If you need assistance with
|
||||||
|
NetBox installation, or if you have a general question, DO NOT open an
|
||||||
|
issue. Instead, post to our mailing list:
|
||||||
|
|
||||||
|
https://groups.google.com/forum/#!forum/netbox-discuss
|
||||||
|
|
||||||
|
Please describe the environment in which you are running NetBox. Be sure
|
||||||
|
that you are running an unmodified instance of the latest stable release
|
||||||
|
before submitting a bug report.
|
||||||
|
-->
|
||||||
|
### Environment
|
||||||
|
* Python version: <!-- Example: 3.5.4 -->
|
||||||
|
* NetBox version: <!-- Example: 2.3.6 -->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Describe in detail the steps that someone else can take to reproduce this
|
||||||
|
bug using the current stable release of NetBox (or the current beta release
|
||||||
|
where applicable).
|
||||||
|
-->
|
||||||
|
### Steps to Reproduce
|
||||||
|
|
||||||
|
|
||||||
|
<!-- What did you expect to happen? -->
|
||||||
|
### Expected Behavior
|
||||||
|
|
||||||
|
|
||||||
|
<!-- What happened instead? -->
|
||||||
|
### Observed Behavior
|
18
.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
name: Documentation
|
||||||
|
about: Suggest an addition or modification to the NetBox documentation
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Please indicate the nature of the change by placing an X in one of the
|
||||||
|
boxes below.
|
||||||
|
-->
|
||||||
|
### Change Type
|
||||||
|
[ ] Addition
|
||||||
|
[ ] Correction
|
||||||
|
[ ] Deprecation
|
||||||
|
[ ] Cleanup (formatting, typos, etc.)
|
||||||
|
|
||||||
|
<!-- Describe the proposed change(s). -->
|
||||||
|
### Proposed Changes
|
3
.github/ISSUE_TEMPLATE/feature_request.md
vendored
3
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: :new: Feature Request
|
name: Feature request
|
||||||
about: Propose a new NetBox feature or enhancement
|
about: Propose a new NetBox feature or enhancement
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
3
.github/ISSUE_TEMPLATE/housekeeping.md
vendored
3
.github/ISSUE_TEMPLATE/housekeeping.md
vendored
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: :house: Housekeeping
|
name: Housekeeping
|
||||||
about: A change pertaining to the codebase itself
|
about: A change pertaining to the codebase itself
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user