Skip to content

Commit

Permalink
Add 'I want to provide a PR' optional checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 12, 2023
1 parent fca10d5 commit 79afdee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body:
required: true
- label: I have 'smoke tested' the code to be tested by running it outside the real test suite to get a better sense of whether the problem is in the code under test, my usage of Mocha, or Mocha itself.
required: true
- label: I want to provide a PR to resolve this
type: checkboxes
- attributes:
description: What did you expect to happen?
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/02-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body:
required: true
- label: I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20), but none matched my issue.
required: true
- label: I want to provide a PR to resolve this
type: checkboxes
- attributes:
description: What would you like to report?
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/03-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body:
required: true
- label: I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20), but none matched my issue.
required: true
- label: I want to provide a PR to resolve this
type: checkboxes
- attributes:
description: What is the feature gap or problem you'd like to address?
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/04-repository-tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body:
required: true
- label: I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20), but none matched my issue.
required: true
- label: I want to provide a PR to resolve this
type: checkboxes
- attributes:
description: What did you expect to be able to do?
Expand Down

0 comments on commit 79afdee

Please sign in to comment.