Skip to content

Commit

Permalink
fix(templates): remove unsupported attributes and update priority field
Browse files Browse the repository at this point in the history
Signed-off-by: SEBASTIAN JN <sebastianjnuwu@gmail.com>
  • Loading branch information
sebastianjnuwu authored Dec 23, 2024
1 parent 4a66ee4 commit 569c200
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,43 +8,37 @@ body:
label: "🔧 Title"
description: "A brief and descriptive title of the feature."
placeholder: "E.g. 'Dark Mode Toggle'"
required: true

- type: textarea
attributes:
label: "📝 Description"
description: "Provide a detailed description of the feature. What problem does it solve?"
placeholder: "E.g. 'Add a toggle in the settings to enable dark mode.'"
required: true

- type: input
attributes:
label: "🔍 Use Case"
description: "What problem does this feature solve for users?"
placeholder: "E.g. 'Helps users who prefer dark mode.'"
required: true

- type: input
- type: select
attributes:
label: "⚡ Priority"
description: "How important is this feature?"
options:
- "critical: Must be implemented immediately"
- "major: Should be implemented soon"
- "minor: Could be implemented later"
required: true

- type: input
attributes:
label: "📱 Platform Version"
description: "Which Android version or app version will this feature target?"
placeholder: "E.g. 'Android 10 or above'"
required: false

- type: input
attributes:
label: "📎 Additional Information"
description: "Any additional context, such as design mockups or related issues."
placeholder: "E.g. 'Link to design mockup or related issue.'"
required: false

0 comments on commit 569c200

Please sign in to comment.