Skip to content

Commit

Permalink
add checkbox to all issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha committed Jan 22, 2024
1 parent 40a7368 commit 44363ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/improvement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ body:
description: If you want, you will be assigned to the issue and can make a pull request fixing it.
Otherwise, a `help-wanted` label will be added to it. The first contributor who asks to
contribute will be assigned the issue and the `help-wanted` label will be removed
options:
- label: Yes, I want to contribute!
- label: No, I will leave the issue to another contributor
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/report_problem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ body:
attributes:
label: Screenshots (if applicable)
description: Include screenshots that help illustrate the problem

- type: checkboxes
attributes:
label: Do you want to contribute to this issue?
description: If you want, you will be assigned to the issue and can make a pull request fixing it.
Otherwise, a `help-wanted` label will be added to it. The first contributor who asks to
contribute will be assigned the issue and the `help-wanted` label will be removed
options:
- label: Yes, I want to contribute!
- label: No, I will leave the issue to another contributor

0 comments on commit 44363ed

Please sign in to comment.