Skip to content

Commit

Permalink
Add enhancement template for sei-chain (#938)
Browse files Browse the repository at this point in the history
* Add enhancement template for sei-chain

* Fix the description

---------

Co-authored-by: Yiming Zang <[email protected]>
  • Loading branch information
yzang2019 and Yiming Zang authored Jun 29, 2023
1 parent 9d80aec commit f5aafb6
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/enahancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Enhancement
description: Add new feature, improvement proposal, and more
labels: [ "enhancement" ]
body:
- type: markdown
attributes:
value: Thank you very much for your enhancement!
- type: checkboxes
attributes:
label: Search before asking
description: Please search [issues](https://github.com/sei-protocol/sei-chain/issues) to check if your issue has already been reported.
options:
- label: I searched in the [issues](https://github.com/sei-protocol/sei-chain/issues) and found nothing similar.
required: true
- type: textarea
attributes:
label: Motivation
description: Describe the motivations for this enhancement.
validations:
required: true
- type: textarea
attributes:
label: Solution
description: Describe the proposed solution and add related materials like links if any.
- type: textarea
attributes:
label: Alternatives
description: Describe other alternative solutions or features you considered, but rejected.
- type: textarea
attributes:
label: Anything else?
- type: checkboxes
attributes:
label: Are you willing to submit a PR?
description: >
We look forward to the community of developers or users helping improve sei chain together. If you are willing to submit a PR to implement the enhancement, please check the box.
options:
- label: I'm willing to submit a PR!
- type: markdown
attributes:
value: "Thanks for completing our form!"

0 comments on commit f5aafb6

Please sign in to comment.