Skip to content

Commit

Permalink
chore(project): Add a github new feature template
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Mar 8, 2024
1 parent 2ec8d45 commit f9078ca
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions .github/ISSUE_TEMPLATE/new-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ body:
attributes:
value: |
Thanks for taking the time to request a new feature! :heart:
- type: textarea
id: what-feature
attributes:
label: What feature do you want?
description: Describe the feature you want to see in this project
placeholder: Tell us what you want!
value: "I want a new feature!"
validations:
required: true
- type: dropdown
id: project
attributes:
Expand All @@ -19,15 +28,6 @@ body:
- Ecoindex Scraper
validations:
required: true
- type: textarea
id: what-feature
attributes:
label: What feature do you want?
description: Describe the feature you want to see in this project
placeholder: Tell us what you want!
value: "I want a new feature!"
validations:
required: true
- type: textarea
id: why-feature
attributes:
Expand All @@ -37,15 +37,6 @@ body:
value: "I want this feature because..."
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use case
description: Describe a use case where this feature would be useful
placeholder: Tell us a use case!
value: "I would use this feature to..."
validations:
required: true
- type: checkboxes
id: terms
attributes:
Expand Down

0 comments on commit f9078ca

Please sign in to comment.