Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 44363ed

Browse files
committed
add checkbox to all issue templates
1 parent 40a7368 commit 44363ed

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/ISSUE_TEMPLATE/improvement.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ body:
3232
description: If you want, you will be assigned to the issue and can make a pull request fixing it.
3333
Otherwise, a `help-wanted` label will be added to it. The first contributor who asks to
3434
contribute will be assigned the issue and the `help-wanted` label will be removed
35+
options:
36+
- label: Yes, I want to contribute!
37+
- label: No, I will leave the issue to another contributor

.github/ISSUE_TEMPLATE/report_problem.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,13 @@ body:
2525
attributes:
2626
label: Screenshots (if applicable)
2727
description: Include screenshots that help illustrate the problem
28+
29+
- type: checkboxes
30+
attributes:
31+
label: Do you want to contribute to this issue?
32+
description: If you want, you will be assigned to the issue and can make a pull request fixing it.
33+
Otherwise, a `help-wanted` label will be added to it. The first contributor who asks to
34+
contribute will be assigned the issue and the `help-wanted` label will be removed
35+
options:
36+
- label: Yes, I want to contribute!
37+
- label: No, I will leave the issue to another contributor

0 commit comments

Comments
 (0)