Skip to content

Commit

Permalink
hacktoberfest label (#1514)
Browse files Browse the repository at this point in the history
* remove mandatory field

* added hacktoberfest label
  • Loading branch information
priyankarpal authored Sep 23, 2024
1 parent 55f5da7 commit aa63420
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/#2PlaysAMonth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ body:
- label: I have read the [Contributing Guidelines](https://github.com/reactplay/react-play/blob/main/CONTRIBUTING.md)
required: true
- label: I want to work on this issue
- label: I am a Hacktoberfest contributor


- type: checkboxes
id: terms
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ body:
- label: I have read the [Contributing Guidelines](https://github.com/reactplay/react-play/blob/main/CONTRIBUTING.md)
required: true
- label: I want to work on this issue
- label: I am a Hacktoberfest contributor



- type: checkboxes
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ body:
- label: I agree to follow this project's [Code of Conduct](https://github.com/reactplay/react-play/blob/main/CODE_OF_CONDUCT.md)
required: true

- label: I want to work on this issue
- label: I want to work on this issue
- label: I am a Hacktoberfest contributor
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ body:
- label: I have read the [Contributing Guidelines](https://github.com/reactplay/react-play/blob/main/CONTRIBUTING.md)
required: true
- label: I want to work on this issue
- label: I am a Hacktoberfest contributor


- type: checkboxes
id: terms
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/new-play.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ body:
required: true
- label: I want to work on this issue
- label: I am a Hacktoberfest contributor
required: true

- type: checkboxes
id: terms
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/refactor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ body:
- label: I agree to follow this project's [Code of Conduct](https://github.com/reactplay/react-play/blob/main/CODE_OF_CONDUCT.md)
required: true

- label: I want to work on this issue
- label: I want to work on this issue
- label: I am a Hacktoberfest contributor

0 comments on commit aa63420

Please sign in to comment.