fix: fix feature request template and allow blank issues

This commit is contained in:
Stavros
2026-05-16 20:24:11 +03:00
parent 5349f21212
commit 1bcd1bb59a
3 changed files with 113 additions and 114 deletions
+72 -72
View File
@@ -3,87 +3,87 @@ description: Create a report to help us improve this project
title: "[BUG]" title: "[BUG]"
labels: bug labels: bug
assignees: assignees:
- steveiliop56 - steveiliop56
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for reporting a bug! Please provide detailed information below. Thanks for reporting a bug! Please provide detailed information below.
- type: textarea - type: textarea
id: description id: description
attributes: attributes:
label: Describe the Bug label: Describe the Bug
description: "A clear and concise description of what the bug is." description: "A clear and concise description of what the bug is."
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: reproduce id: reproduce
attributes: attributes:
label: How to Reproduce label: How to Reproduce
description: Steps to reproduce the behavior. description: Steps to reproduce the behavior.
value: | value: |
1. Go to '...' 1. Go to '...'
2. Click on '....' 2. Click on '....'
3. Scroll down to '....' 3. Scroll down to '....'
4. See error 4. See error
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: expected id: expected
attributes: attributes:
label: Expected Behavior label: Expected Behavior
description: "A clear and concise description of what you expected to happen." description: "A clear and concise description of what you expected to happen."
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: context id: context
attributes: attributes:
label: "Additional Context" label: "Additional Context"
description: "If applicable add screenshots to help explain your problem." description: "If applicable add screenshots to help explain your problem."
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes:
label: "Logs" label: "Logs"
description: "Please include the Tinyauth logs, make sure to not include sensitive info." description: "Please include the Tinyauth logs, make sure to not include sensitive info."
validations: validations:
required: false required: false
- type: input - type: input
id: os id: os
attributes: attributes:
label: Operating System label: Operating System
placeholder: "e.g. iOS, android, windows, linux, etc" placeholder: "e.g. iOS, Android, Windows, Linux, etc"
- type: input - type: input
id: browser id: browser
attributes: attributes:
label: Browser label: Browser
placeholder: "e.g. chrome, firefox, safari, edge, etc" placeholder: "e.g. Chrome, Firefox, Safari, Edge, etc"
- type: input - type: input
id: tinyauth id: tinyauth
attributes: attributes:
label: Tinyauth Version label: Tinyauth Version
placeholder: "e.g. v5.0.0" placeholder: "e.g. v5.0.0"
- type: input - type: input
id: docker id: docker
attributes: attributes:
label: Docker Version (if applicable) label: Docker Version (if applicable)
placeholder: "e.g. 27.3.1" placeholder: "e.g. 27.3.1"
- type: checkboxes - type: checkboxes
id: not-llm id: not-llm
attributes: attributes:
label: Human Written Confirmation label: Human Written Confirmation
options: options:
- label: I confirm this issue was written by me and not generated by an LLM or AI assistant. - label: I confirm this issue was written by me and not generated by an LLM or AI assistant.
required: true required: true
-1
View File
@@ -1,4 +1,3 @@
blank_issues_enabled: false
contact_links: contact_links:
- name: Tinyauth Community Support on Discord - name: Tinyauth Community Support on Discord
url: https://discord.gg/eHzVaCzRRd url: https://discord.gg/eHzVaCzRRd
+41 -41
View File
@@ -1,52 +1,52 @@
name: Feature request name: Feature request
about: Suggest an idea for this project description: Suggest an idea for this project
title: "[FEATURE]" title: "[FEATURE]"
labels: enhancement labels: enhancement
assignees: assignees:
- steveiliop56 - steveiliop56
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for suggesting a feature! Please provide detailed information below. Thanks for suggesting a feature! Please provide detailed information below.
- type: textarea - type: textarea
id: problem id: problem
attributes: attributes:
label: Is your feature request related to a problem? Please describe. 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 [...]" description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: solution id: solution
attributes: attributes:
label: Describe the solution you'd like. label: Describe the solution you'd like.
description: "A clear and concise description of what you want to happen." description: "A clear and concise description of what you want to happen."
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: alternatives id: alternatives
attributes: attributes:
label: Describe alternatives you've considered. label: Describe alternatives you've considered.
description: "A clear and concise description of any alternative solutions or features you've considered." description: "A clear and concise description of any alternative solutions or features you've considered."
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: context id: context
attributes: attributes:
label: Additional context label: Additional context
description: "Add any other context or screenshots about the feature request here." description: "Add any other context or screenshots about the feature request here."
validations: validations:
required: false required: false
- type: checkboxes - type: checkboxes
id: not-llm id: not-llm
attributes: attributes:
label: Human Written Confirmation label: Human Written Confirmation
options: options:
- label: I confirm this request was written by me and not generated by an LLM or AI assistant. - label: I confirm this request was written by me and not generated by an LLM or AI assistant.
required: true required: true