Skip to content

Commit 72ed3ce

Browse files
actions: Add Up for grab checkbox to issue templates. (#1074)
1 parent b2ba6d9 commit 72ed3ce

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+7
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,10 @@ body:
7171
description: Anything else you'd like to include?
7272
validations:
7373
required: false
74+
- type: checkboxes
75+
attributes:
76+
label: Self grab
77+
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!
78+
options:
79+
- label: I'm ready to work on this issue!
80+
required: false

.github/ISSUE_TEMPLATE/new_feature.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,11 @@ body:
3535
label: Additional information
3636
description: Anything else you'd like to include?
3737
validations:
38-
required: false
38+
required: false
39+
- type: checkboxes
40+
attributes:
41+
label: Self grab
42+
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!
43+
options:
44+
- label: I'm ready to work on this issue!
45+
required: false

0 commit comments

Comments
 (0)