config.yml 757 B

123456789101112
  1. # Reference: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
  2. blank_issues_enabled: false
  3. contact_links:
  4. - name: 📖 Contributing Policy
  5. url: https://github.com/netbox-community/netbox/blob/develop/CONTRIBUTING.md
  6. about: "Please read through our contributing policy before opening an issue or pull request"
  7. - name: ❓ Discussion
  8. url: https://github.com/netbox-community/netbox/discussions
  9. about: "If you're just looking for help, try starting a discussion instead"
  10. - name: 💬 Community Slack
  11. url: https://netdev.chat/
  12. about: "Join #netbox on the NetDev Community Slack for assistance with installation issues and other problems"