Skip to content

Commit

Permalink
chore: feature request form
Browse files Browse the repository at this point in the history
  • Loading branch information
typedarray committed Dec 25, 2024
1 parent 598f394 commit 93e5d4d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Feature request
description: Request new features or improvements.
body:
- type: markdown
attributes:
value: |
Thanks for completing this feature request form! The more info you provide, the faster we can help you. Before you proceed, please confirm that there isn't [already an issue](https://github.com/ponder-sh/ponder/issues) for this feature request.
- type: textarea
attributes:
label: Problem / use case
description: A description of the problem that the new feature would solve. Please include a real-world example or use case.
validations:
required: true

- type: textarea
attributes:
label: Proposed solution
description: A description of the proposed solution.
validations:
required: false

0 comments on commit 93e5d4d

Please sign in to comment.