Skip to content

Commit 41f6a80

Browse files
authored
Update issue templates
1 parent 79f0670 commit 41f6a80

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
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 updated to the latest version and tried again? (i.e. `git pull` and `docker-compose pull`)
17+
* Have you reset the project and tried again? (i.e. `docker-compose down -v`)
18+
* Are you confident that your problem is related to the Docker image or Docker Compose file this project provides?
19+
(Otherwise ask on the Netbox mailing list, please: https://groups.google.com/d/forum/netbox-discuss)
20+
* Have you looked through the issues already resolved?
21+
22+
Please try this means to get help before opening an issue here:
23+
24+
* On the networktocode Slack in the #netbox-docker channel: http://slack.networktocode.com/
25+
* On the networktocode Slack in the #netbox channel: http://slack.networktocode.com/
26+
* On the Netbox mailing list: https://groups.google.com/d/forum/netbox-discuss
27+
28+
-->
29+
30+
## Current Behavior
31+
32+
<!-- describe what you did and how it misbehaved -->
33+
...
34+
35+
## Expected Behavior
36+
37+
<!-- describe what you expected instead -->
38+
...
39+
40+
## Debug Information
41+
42+
<!-- please fill in the following information that might helps us debug your problem more quickly -->
43+
The output of `docker-compose version`: `XXXXX`
44+
The output of `docker version`: `XXXXX`
45+
The output of `git rev-parse HEAD`: `XXXXX`
46+
The command you used to start the project: `XXXXX`
47+
48+
The output of `docker-compose logs netbox`:
49+
<!--
50+
If your log is very long, create a Gist instead (and post the link to it): https://gist.github.com
51+
-->
52+
53+
```
54+
LOG LOG LOG
55+
```
56+
57+
The output of `docker-compose logs nginx`:
58+
<!--
59+
Only if you have gotten a 5xx http error, else delete this section.
60+
If your log is very long, create a Gist instead (and post the link to it): https://gist.github.com
61+
-->
62+
63+
```
64+
LOG LOG LOG
65+
```

0 commit comments

Comments
 (0)