Skip to content

Commit

Permalink
actions: Add Up for grab checkbox to issue templates. (KRTirtho#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
taha-ghadirian authored Jan 22, 2024
1 parent b2ba6d9 commit 72ed3ce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,10 @@ body:
description: Anything else you'd like to include?
validations:
required: false
- type: checkboxes
attributes:
label: Self grab
description: If you are a developer and want to work on this issue yourself, you can check this box and wait for maintainer response. We welcome contributions!
options:
- label: I'm ready to work on this issue!
required: false
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/new_feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@ body:
label: Additional information
description: Anything else you'd like to include?
validations:
required: false
required: false
- type: checkboxes
attributes:
label: Self grab
description: If you are a developer and want to work on this issue yourself, you can check this box and wait for maintainer response. We welcome contributions!
options:
- label: I'm ready to work on this issue!
required: false

0 comments on commit 72ed3ce

Please sign in to comment.