Skip to content

Commit 8111da3

Browse files
authored
Merge pull request #455 from cimnine/NewSlack
New Slack
2 parents ad0c049 + 0125ab4 commit 8111da3

File tree

4 files changed

+77
-40
lines changed

4 files changed

+77
-40
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 37 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
3+
about: Create a report about a malfunction of the Docker setup
44
title: ''
55
labels: ''
66
assignees: ''
@@ -9,39 +9,49 @@ assignees: ''
99

1010
<!--
1111
12-
Before raising an issue here, answer the following questions for yourself, please:
12+
Please only raise an issue if you're certain that you've found a bug.
13+
Else, see these other means to get help:
1314
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?
15+
* See our troubleshooting section:
16+
https://github.com/netbox-community/netbox-docker/wiki/Troubleshooting
17+
* Have a look at the rest of the wiki:
18+
https://github.com/netbox-community/netbox-docker/wiki
19+
* Check the release notes:
20+
https://github.com/netbox-community/netbox-docker/releases
21+
* Look through the issues already resolved:
22+
https://github.com/netbox-community/netbox-docker/issues?q=is%3Aclosed
2123
22-
Please try this means to get help before opening an issue here:
24+
If you did not find what you're looking for,
25+
try the help of our community:
2326
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+
* Post to Github Discussions:
28+
https://github.com/netbox-community/netbox-docker/discussions
29+
* Join the `#netbox-docker` channel on our Slack:
30+
https://join.slack.com/t/netdev-community/shared_invite/zt-mtts8g0n-Sm6Wutn62q_M4OdsaIycrQ
31+
* Ask on the NetBox mailing list:
32+
https://groups.google.com/d/forum/netbox-discuss
2733
28-
Please don't open an issue when you have a PR ready. Just submit the PR, that's good enough.
34+
Please don't open an issue to open a PR.
35+
Just submit the PR, that's good enough.
2936
3037
-->
3138

3239
## Current Behavior
3340

3441
<!-- describe what you did and how it misbehaved -->
35-
...
42+
43+
3644

3745
## Expected Behavior
3846

3947
<!-- describe what you expected instead -->
40-
...
48+
49+
4150

4251
## Debug Information
4352

44-
<!-- please fill in the following information that might helps us debug your problem more quickly -->
53+
<!-- please fill in the following information that helps us debug your problem more quickly -->
54+
4555
The output of `docker-compose version`: `XXXXX`
4656
The output of `docker version`: `XXXXX`
4757
The output of `git rev-parse HEAD`: `XXXXX`
@@ -59,7 +69,16 @@ The output of `docker inspect netboxcommunity/netbox:latest --format "{{json .Co
5969

6070
The output of `docker-compose logs netbox`:
6171
<!--
62-
If your log is very long, create a Gist instead (and post the link to it): https://gist.github.com
72+
If your log is very long, create a Gist instead and post the link to it: https://gist.github.com
73+
-->
74+
75+
```text
76+
LOG LOG LOG
77+
```
78+
79+
The output of `cat docker-compose.override.yml`:
80+
<!--
81+
If this file is very long, create a Gist instead and post the link to it: https://gist.github.com
6382
-->
6483

6584
```text

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ contact_links:
55
about: The Github Discussions are the right place to ask questions about how to use or do certain things with NetBox Docker.
66

77
- name: Chat
8-
url: http://slack.networktocode.com/
8+
url: https://join.slack.com/t/netdev-community/shared_invite/zt-mtts8g0n-Sm6Wutn62q_M4OdsaIycrQ
99
about: 'Usually the quickest way to seek help with small issues is to join our #netbox-docker Slack channel.'
1010

1111
- name: Community Wiki

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,39 +9,52 @@ assignees: ''
99

1010
<!--
1111
12-
Before raising an issue here, answer the following questions for yourself, please:
12+
This issue type is to propose new features for the Docker setup.
13+
To just spin an idea, see the Github Discussions section, please.
1314
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?
15+
Before asking for help, see these links first:
2016
21-
Please try this means to get help before opening an issue here:
17+
* See our troubleshooting section:
18+
https://github.com/netbox-community/netbox-docker/wiki/Troubleshooting
19+
* Have a look at the rest of the wiki:
20+
https://github.com/netbox-community/netbox-docker/wiki
21+
* Check the release notes:
22+
https://github.com/netbox-community/netbox-docker/releases
23+
* Look through the issues already resolved:
24+
https://github.com/netbox-community/netbox-docker/issues?q=is%3Aclosed
2225
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+
If you did not find what you're looking for,
27+
try the help of our community:
2628
27-
Please don't open an issue when you have a PR ready. Just submit the PR, that's good enough.
29+
* Post to Github Discussions:
30+
https://github.com/netbox-community/netbox-docker/discussions
31+
* Join the `#netbox-docker` channel on our Slack:
32+
https://join.slack.com/t/netdev-community/shared_invite/zt-mtts8g0n-Sm6Wutn62q_M4OdsaIycrQ
33+
* Ask on the NetBox mailing list:
34+
https://groups.google.com/d/forum/netbox-discuss
35+
36+
Please don't open an issue to open a PR.
37+
Just submit the PR, that's good enough.
2838
2939
-->
3040

3141
## Desired Behavior
3242

3343
<!-- please describe the behavior you desire -->
34-
...
44+
45+
3546

3647
## Contrast to Current Behavior
3748

3849
<!-- please describe how the desired behavior is different from the current behavior -->
39-
...
50+
51+
4052

4153
## Changes Required
4254

4355
<!-- if you can, please elaborate what changes would exactly be required -->
44-
...
56+
57+
4558

4659
## Discussion: Benefits and Drawbacks
4760

@@ -51,4 +64,5 @@ Please make your case here:
5164
- What are the drawbacks of this change? Is it backwards-compatible?
5265
- Anything else that you think is relevant to the discussion of this feature/change request.
5366
-->
54-
...
67+
68+

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@
1111
Images are built using this code and are released to [Docker Hub][netbox-dockerhub] and [Quay.io][netbox-quayio] once a day.
1212

1313
Do you have any questions?
14-
Before opening an issue on Github, please join the [Network To Code][ntc-slack] Slack and ask for help in our [`#netbox-docker`][netbox-docker-slack] channel.
14+
Before opening an issue on Github,
15+
please join the [our Slack][netbox-docker-slack] and ask for help in the [`#netbox-docker`][netbox-docker-slack-channel] channel.
1516

1617
[github-stargazers]: https://github.com/netbox-community/netbox-docker/stargazers
1718
[github-release]: https://github.com/netbox-community/netbox-docker/releases
1819
[netbox-docker-microbadger]: https://microbadger.com/images/netboxcommunity/netbox
1920
[netbox-dockerhub]: https://hub.docker.com/r/netboxcommunity/netbox/
2021
[netbox-docker-github]: https://github.com/netbox-community/netbox-docker/
21-
[ntc-slack]: http://slack.networktocode.com/
22-
[netbox-docker-slack]: https://slack.com/app_redirect?channel=netbox-docker&team=T09LQ7E9E
22+
[netbox-docker-slack]: https://join.slack.com/t/netdev-community/shared_invite/zt-mtts8g0n-Sm6Wutn62q_M4OdsaIycrQ
23+
[netbox-docker-slack-channel]: https://netdev-community.slack.com/archives/C01P0GEVBU7
24+
[netbox-slack-channel]: https://netdev-community.slack.com/archives/C01P0FRSXRV
2325
[netbox-docker-license]: https://github.com/netbox-community/netbox-docker/blob/release/LICENSE
2426
[netbox-quayio]: https://quay.io/repository/netboxcommunity/netbox
2527

@@ -84,10 +86,12 @@ It covers advanced topics such as using files for secrets, deployment to Kuberne
8486

8587
## Getting Help
8688

87-
Feel free to ask questions in our [Github Community][netbox-community] or join [our Slack channel `#netbox-docker`][netbox-docker-slack] on the [Network To Code Slack][ntc-slack],
89+
Feel free to ask questions in our [Github Community][netbox-community]
90+
or [join our Slack][netbox-docker-slack] and ask [in our channel `#netbox-docker`][netbox-docker-slack-channel],
8891
which is free to use and where there are almost always people online that can help you in the Slack channel.
8992

90-
If you need help with using NetBox or developing for it or against it's API you may find the `#netbox` channel on the same Slack instance very helpful.
93+
If you need help with using NetBox or developing for it or against it's API
94+
you may find [the `#netbox` channel][netbox-slack-channel] on the same Slack instance very helpful.
9195

9296
[netbox-community]: https://github.com/netbox-community/netbox-docker/discussions
9397

0 commit comments

Comments
 (0)