From 7f657411ad986524a01b51ee7ac449bf4436a182 Mon Sep 17 00:00:00 2001 From: Christiaan Goossens <9487666+christiaangoossens@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:28:13 +0200 Subject: [PATCH] Improve issue templates (#295) * Cleanup config * Update anything else --- .../{9-anything-else.md => 0-anything-else.md} | 2 +- .github/ISSUE_TEMPLATE/config.yml | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) rename .github/ISSUE_TEMPLATE/{9-anything-else.md => 0-anything-else.md} (84%) diff --git a/.github/ISSUE_TEMPLATE/9-anything-else.md b/.github/ISSUE_TEMPLATE/0-anything-else.md similarity index 84% rename from .github/ISSUE_TEMPLATE/9-anything-else.md rename to .github/ISSUE_TEMPLATE/0-anything-else.md index 0728e87..90ae9eb 100644 --- a/.github/ISSUE_TEMPLATE/9-anything-else.md +++ b/.github/ISSUE_TEMPLATE/0-anything-else.md @@ -1,6 +1,6 @@ --- name: Anything else -about: If your issue isn't any of the other types above +about: If your issue isn't any of the other types below (please review those first) title: '' labels: question assignees: '' diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ad99144..4f39793 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,10 +2,7 @@ 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 + about: Please submit your feature request in the Ideas section of the Discussions. - 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 + about: You can ask your question in the Q&A section of the Discussions.