Skip to content

Commit

Permalink
dropdown issue template (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
hensha256 authored Jun 12, 2023
1 parent 633a639 commit c93fc22
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/ISSUE_TEMPLATE/FEATURE_IMPROVEMENT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,21 @@ body:
attributes:
value: |
Please ensure that the feature has not already been requested.
- type: checkboxes
- type: dropdown
attributes:
label: Components
description: What architectural feature or area of code does your idea improve?
options:
- label: Hooks
- label: Singleton
- label: Lock and Call
- label: Delta accounting
- label: 1155 Balances
- label: Pool Actions (swap, modifyPosition, donate, take, settle, mint)
- label: Gas Optimization
- label: General design optimization (improving efficiency, cleanliness, or developer experience)
- label: Documentation
validations:
required: true
label: Component
description: Which area of code does your idea improve?
multiple: true
options:
- Hooks
- Singleton
- Lock and Call
- Delta accounting
- 1155 Balances
- Pool Actions (swap, modifyPosition, donate, take, settle, mint)
- Gas Optimization
- General design optimization (improving efficiency, cleanliness, or developer experience)
- Documentation
- type: textarea
attributes:
label: Describe the suggested feature and problem it solves.
Expand Down

0 comments on commit c93fc22

Please sign in to comment.