Skip to content

Commit

Permalink
chore(general): update issue templates (#880)
Browse files Browse the repository at this point in the history
* do not require selecting component

* add other category
  • Loading branch information
zerosnacks authored Jun 12, 2024
1 parent 9d55b13 commit b3777d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/BUG-FORM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ body:
description: What component is the bug in?
multiple: true
options:
- meta-crate
- contract
- consensus, eips, genesis
- network, json-rpc
- nodes
- node-bindings
- provider, pubsub
- rpc
- serde
- signers
- transports
- other
validations:
required: true
- type: input
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/FEATURE-FORM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ body:
description: What component is the feature for?
multiple: true
options:
- meta-crate
- contract
- consensus, eips, genesis
- network, json-rpc
- nodes
- node-bindings
- provider, pubsub
- rpc
- serde
- signers
- transports
- other
validations:
required: true
- type: textarea
Expand Down

0 comments on commit b3777d0

Please sign in to comment.