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
+14 -14
View File
@@ -3,15 +3,15 @@ description: Create a report to help us improve this project
title: "[BUG]"
labels: bug
assignees:
- steveiliop56
- steveiliop56
body:
- type: markdown
- type: markdown
attributes:
value: |
Thanks for reporting a bug! Please provide detailed information below.
- type: textarea
- type: textarea
id: description
attributes:
label: Describe the Bug
@@ -19,7 +19,7 @@ body:
validations:
required: true
- type: textarea
- type: textarea
id: reproduce
attributes:
label: How to Reproduce
@@ -32,7 +32,7 @@ body:
validations:
required: false
- type: textarea
- type: textarea
id: expected
attributes:
label: Expected Behavior
@@ -40,7 +40,7 @@ body:
validations:
required: true
- type: textarea
- type: textarea
id: context
attributes:
label: "Additional Context"
@@ -48,7 +48,7 @@ body:
validations:
required: false
- type: textarea
- type: textarea
id: logs
attributes:
label: "Logs"
@@ -56,31 +56,31 @@ body:
validations:
required: false
- type: input
- type: input
id: os
attributes:
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
attributes:
label: Browser
placeholder: "e.g. chrome, firefox, safari, edge, etc"
placeholder: "e.g. Chrome, Firefox, Safari, Edge, etc"
- type: input
- type: input
id: tinyauth
attributes:
label: Tinyauth Version
placeholder: "e.g. v5.0.0"
- type: input
- type: input
id: docker
attributes:
label: Docker Version (if applicable)
placeholder: "e.g. 27.3.1"
- type: checkboxes
- type: checkboxes
id: not-llm
attributes:
label: Human Written Confirmation
-1
View File
@@ -1,4 +1,3 @@
blank_issues_enabled: false
contact_links:
- name: Tinyauth Community Support on Discord
url: https://discord.gg/eHzVaCzRRd
+8 -8
View File
@@ -1,17 +1,17 @@
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
- type: markdown
attributes:
value: |
Thanks for suggesting a feature! Please provide detailed information below.
- type: textarea
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe.
@@ -19,7 +19,7 @@ body:
validations:
required: false
- type: textarea
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like.
@@ -27,7 +27,7 @@ body:
validations:
required: true
- type: textarea
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered.
@@ -35,7 +35,7 @@ body:
validations:
required: false
- type: textarea
- type: textarea
id: context
attributes:
label: Additional context
@@ -43,7 +43,7 @@ body:
validations:
required: false
- type: checkboxes
- type: checkboxes
id: not-llm
attributes:
label: Human Written Confirmation