From 1bcd1bb59a81c9d5bdb6631f725ae09c6875932a Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 16 May 2026 20:24:11 +0300 Subject: [PATCH] fix: fix feature request template and allow blank issues --- .github/ISSUE_TEMPLATE/bug_report.yaml | 144 ++++++++++---------- .github/ISSUE_TEMPLATE/config.yaml | 1 - .github/ISSUE_TEMPLATE/feature_request.yaml | 82 +++++------ 3 files changed, 113 insertions(+), 114 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index bcdc1dc1..0327408e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -3,87 +3,87 @@ description: Create a report to help us improve this project title: "[BUG]" labels: bug assignees: -- steveiliop56 + - steveiliop56 body: -- type: markdown - attributes: - value: | - Thanks for reporting a bug! Please provide detailed information below. + - type: markdown + attributes: + value: | + Thanks for reporting a bug! Please provide detailed information below. -- type: textarea - id: description - attributes: - label: Describe the Bug - description: "A clear and concise description of what the bug is." - validations: - required: true + - type: textarea + id: description + attributes: + label: Describe the Bug + description: "A clear and concise description of what the bug is." + validations: + required: true -- type: textarea - id: reproduce - attributes: - label: How to Reproduce - description: Steps to reproduce the behavior. - value: | - 1. Go to '...' - 2. Click on '....' - 3. Scroll down to '....' - 4. See error - validations: - required: false + - type: textarea + id: reproduce + attributes: + label: How to Reproduce + description: Steps to reproduce the behavior. + value: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: false -- type: textarea - id: expected - attributes: - label: Expected Behavior - description: "A clear and concise description of what you expected to happen." - validations: - required: true + - type: textarea + id: expected + attributes: + label: Expected Behavior + description: "A clear and concise description of what you expected to happen." + validations: + required: true -- type: textarea - id: context - attributes: - label: "Additional Context" - description: "If applicable add screenshots to help explain your problem." - validations: - required: false + - type: textarea + id: context + attributes: + label: "Additional Context" + description: "If applicable add screenshots to help explain your problem." + validations: + required: false -- type: textarea - id: logs - attributes: - label: "Logs" - description: "Please include the Tinyauth logs, make sure to not include sensitive info." - validations: - required: false + - type: textarea + id: logs + attributes: + label: "Logs" + description: "Please include the Tinyauth logs, make sure to not include sensitive info." + validations: + required: false -- type: input - id: os - attributes: - label: Operating System - placeholder: "e.g. iOS, android, windows, linux, etc" + - type: input + id: os + attributes: + label: Operating System + placeholder: "e.g. iOS, Android, Windows, Linux, etc" -- type: input - id: browser - attributes: - label: Browser - placeholder: "e.g. chrome, firefox, safari, edge, etc" + - type: input + id: browser + attributes: + label: Browser + placeholder: "e.g. Chrome, Firefox, Safari, Edge, etc" -- type: input - id: tinyauth - attributes: - label: Tinyauth Version - placeholder: "e.g. v5.0.0" + - type: input + id: tinyauth + attributes: + label: Tinyauth Version + placeholder: "e.g. v5.0.0" -- type: input - id: docker - attributes: - label: Docker Version (if applicable) - placeholder: "e.g. 27.3.1" + - type: input + id: docker + attributes: + label: Docker Version (if applicable) + placeholder: "e.g. 27.3.1" -- type: checkboxes - id: not-llm - attributes: - label: Human Written Confirmation - options: - - label: I confirm this issue was written by me and not generated by an LLM or AI assistant. - required: true + - type: checkboxes + id: not-llm + attributes: + label: Human Written Confirmation + options: + - label: I confirm this issue was written by me and not generated by an LLM or AI assistant. + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml index 9d13ef91..0a8b25b4 100644 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -1,4 +1,3 @@ -blank_issues_enabled: false contact_links: - name: Tinyauth Community Support on Discord url: https://discord.gg/eHzVaCzRRd diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 4e0d400b..21ec264b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,52 +1,52 @@ name: Feature request -about: Suggest an idea for this project +description: Suggest an idea for this project title: "[FEATURE]" labels: enhancement assignees: -- steveiliop56 + - steveiliop56 body: -- type: markdown - attributes: - value: | - Thanks for suggesting a feature! Please provide detailed information below. + - type: markdown + attributes: + value: | + Thanks for suggesting a feature! Please provide detailed information below. -- type: textarea - id: problem - attributes: - label: Is your feature request related to a problem? Please describe. - description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]" - validations: - required: false + - type: textarea + id: problem + attributes: + label: Is your feature request related to a problem? Please describe. + description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]" + validations: + required: false -- type: textarea - id: solution - attributes: - label: Describe the solution you'd like. - description: "A clear and concise description of what you want to happen." - validations: - required: true + - type: textarea + id: solution + attributes: + label: Describe the solution you'd like. + description: "A clear and concise description of what you want to happen." + validations: + required: true -- type: textarea - id: alternatives - attributes: - label: Describe alternatives you've considered. - description: "A clear and concise description of any alternative solutions or features you've considered." - validations: - required: false + - type: textarea + id: alternatives + attributes: + label: Describe alternatives you've considered. + description: "A clear and concise description of any alternative solutions or features you've considered." + validations: + required: false -- type: textarea - id: context - attributes: - label: Additional context - description: "Add any other context or screenshots about the feature request here." - validations: - required: false + - type: textarea + id: context + attributes: + label: Additional context + description: "Add any other context or screenshots about the feature request here." + validations: + required: false -- type: checkboxes - id: not-llm - attributes: - label: Human Written Confirmation - options: - - label: I confirm this request was written by me and not generated by an LLM or AI assistant. - required: true + - type: checkboxes + id: not-llm + attributes: + label: Human Written Confirmation + options: + - label: I confirm this request was written by me and not generated by an LLM or AI assistant. + required: true