Skip to content

Commit eddc308

Browse files
authored
Merge pull request #182 from netbox-community/feature-request-template
A new issue category for feature/change requests
2 parents c790ce5 + 0e2c50c commit eddc308

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
name: Feature or Change Request
3+
about: Request a new feature or a change of the current behavior
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
12+
Before raising an issue here, answer the following questions for yourself, please:
13+
14+
* Did you read through the troubleshooting section? (https://github.com/netbox-community/netbox-docker/wiki/Troubleshooting)
15+
* Have you had a look at the rest of the wiki? (https://github.com/netbox-community/netbox-docker/wiki)
16+
* Have you read the release notes recently (https://github.com/netbox-community/netbox-docker/releases)
17+
* Are you confident that your feature/change request is related to the Docker image or Docker Compose file this project provides?
18+
(Otherwise ask on the Netbox mailing list, please: https://groups.google.com/d/forum/netbox-discuss)
19+
* Have you looked through the issues already resolved?
20+
21+
Please try this means to get help before opening an issue here:
22+
23+
* On the networktocode Slack in the #netbox-docker channel: http://slack.networktocode.com/
24+
* On the networktocode Slack in the #netbox channel: http://slack.networktocode.com/
25+
* On the Netbox mailing list: https://groups.google.com/d/forum/netbox-discuss
26+
27+
-->
28+
29+
## Desired Behavior
30+
31+
<!-- please describe the behavior you desire -->
32+
...
33+
34+
## Contrast to Current Behavior
35+
36+
<!-- please describe how the desired behavior is different to the current behavior -->
37+
...
38+
39+
## Changes Required
40+
41+
<!-- if you can, please elaborate what changes would exactly be required -->
42+
...
43+
44+
## Discussion: Benefits and Drawbacks
45+
46+
<!--
47+
Please make your case here:
48+
- Why do you think this project and the community will benefit from your suggestion?
49+
- What are the drawbacks of this change? Is it backwards-compatible?
50+
- Anything else that you think is relevant to the discussion of this feature/change request.
51+
-->
52+
...

0 commit comments

Comments
 (0)