Skip to content

Commit

Permalink
chore: add feature issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Aug 6, 2024
1 parent 58bfe18 commit 4770d82
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "💡 Feature Request"
description: Create a new issue for a feature request or enhancement.
title: "💡<feature | enhancement> | <domain> - <title>"
labels: [
"feature"
]
body:
- type: textarea
id: summary
attributes:
label: "Summary"
description: Provide a brief explanation of the feature.
placeholder: Describe the feature you would like to see implemented.
validations:
required: true
- type: textarea
id: motivation
attributes:
label: "Motivation"
description: Why do you need this feature?
placeholder: Explain why you need this feature.
validations:
required: true

0 comments on commit 4770d82

Please sign in to comment.