chore: Add issue templates and disable blank issues

This commit adds feature request and bug report templates to the repository. It also disables the ability to create blank issues, requiring
 users to use one of the provided templates.
This commit is contained in:
James Rich 2024-08-11 08:23:28 -05:00 committed by Andre K
parent 160f02018f
commit efc2a32915
3 changed files with 124 additions and 0 deletions

10
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,10 @@
blank_issues_enabled: false
contact_links:
- name: Meshtastic-Android Discussions
url: https://github.com/meshtastic/Meshtastic-Android/discussions
about: Please ask and answer questions here.
- name: Meshtastic Website
url: https://meshtastic.org/
about: Docs and other ways to contact us here.