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
20
.github/ISSUE_TEMPLATE/9-anything-else.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/9-anything-else.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Anything else
|
||||
about: If your issue isn't any of the other types above
|
||||
title: ''
|
||||
labels: question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe your issue**
|
||||
A clear and concise description of what the issue is.
|
||||
|
||||
**Version**
|
||||
- Home Assistant version: [e.g. 2026.4.1]
|
||||
- Home Assistant install method: [e.g. Container or HA OS]
|
||||
- Integration version: [e.g. 1.0.2]
|
||||
- If applicable for a frontend bug, browser (type and version): [e.g. Chrome 102]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Something is going wrong (or not matching expected behavior)
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Version**
|
||||
- Home Assistant version: [e.g. 2026.4.1]
|
||||
- Home Assistant install method: [e.g. Container or HA OS]
|
||||
- Integration version: [e.g. 1.0.2]
|
||||
- If applicable for a frontend bug, browser (type and version): [e.g. Chrome 102]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
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