Configure Issue Templates (#294)
* Added premade issue templates * Add links * Put anything else at the end
This commit is contained in:
committed by
GitHub
parent
819b3fb679
commit
1bcc65d649
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Feature Request
|
||||
url: https://github.com/christiaangoossens/hass-oidc-auth/discussions/categories/ideas
|
||||
about: Feature Requests are submitted over at the Discussions Ideas section
|
||||
- name: Question
|
||||
url: https://github.com/christiaangoossens/hass-oidc-auth/discussions/categories/q-a
|
||||
about: Questions (usage instructions/did I configure it correctly) are answered over at the Discussions Q&A section
|
||||
- name: Security Issue/Vulnerability
|
||||
url: https://github.com/christiaangoossens/hass-oidc-auth/security/advisories/new
|
||||
about: Security Vulnerabilities should be reported using the Security Advisories system
|
||||
Reference in New Issue
Block a user