config.yml 1.1 KB

123456789101112131415161718
  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: 🌎 Correct a Translation
  11. url: https://explore.transifex.com/netbox-community/netbox/
  12. about: "Spot an incorrect translation? You can propose a fix on Transifex."
  13. - name: 💡 Plugin Idea
  14. url: https://plugin-ideas.netbox.dev
  15. about: "Have an idea for a plugin? Head over to the ideas board!"
  16. - name: 💬 Community Slack
  17. url: https://netdev.chat
  18. about: "Join #netbox on the NetDev Community Slack for assistance with installation issues and other problems."