ee40e339c8
Fix all instances of "Netbox". ```Shell git ls-files -z . | xargs --null -I '{}' find './{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#Netbox#NetBox#g;' ``` Ref: https://netbox.readthedocs.io/en/stable/development/style-guide/#branding
16 lines
694 B
YAML
16 lines
694 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Question
|
|
url: https://github.com/netbox-community/netbox-docker/discussions
|
|
about: The Github Discussions are the right place to ask questions about how to use or do certain things with NetBox Docker.
|
|
|
|
- name: Chat
|
|
url: http://slack.networktocode.com/
|
|
about: 'Usually the quickest way to seek help with small issues is to join our #netbox-docker Slack channel.'
|
|
|
|
- name: Community Wiki
|
|
url: https://github.com/netbox-community/netbox-docker/wiki
|
|
about: |
|
|
Our wiki contains information for common problems and tips for operating NetBox Docker in production.
|
|
It's maintained by our excellent community.
|