Skip to content

Commit

Permalink
Add feature template
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarescu committed Jan 18, 2025
1 parent 05171b6 commit cebc131
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Feature request
description: Request a feature to make Shortest better
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
### Thank you for taking the time to suggest a new feature!
- type: textarea
id: description
attributes:
label: What
description: Please provide a detailed explanation of the feature you'd like to see added.
validations:
required: true
- type: textarea
id: motivation
attributes:
label: Why
description: What is the motivation for this feature? How will it make Shortest better?
validations:
required: true
- type: textarea
id: example
attributes:
label: Example
description: Provide an example of how this feature would be used.
validations:
required: false

0 comments on commit cebc131

Please sign in to comment.