-
-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into priyankarpal-patch-1
- Loading branch information
Showing
6 changed files
with
95 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: 🔖 Documentation update | ||
description: Improve Documentation | ||
title: "docs:" | ||
labels: | ||
[ | ||
"📄 aspect: text", | ||
"🚦status: awaiting triage", | ||
"✨ goal: improvement", | ||
"good first issue" | ||
] | ||
body: | ||
- type: textarea | ||
id: improve-docs | ||
attributes: | ||
label: what's wrong with the documentation? | ||
description: which things do we need to add? | ||
placeholder: Add description | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Add screenshots | ||
description: Add screenshots to see the demo | ||
placeholder: Add screenshots | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: "Record" | ||
options: | ||
- label: I have checked the existing [issues](https://github.com/reactplay/react-play/issues) | ||
required: true | ||
|
||
- label: I have read the [Contributing Guidelines](https://github.com/reactplay/react-play/blob/main/CONTRIBUTING.md) | ||
required: true | ||
|
||
- 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 am in Hacktoberfest | ||
required: true | ||
|
||
- label: I want to work on this issue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Refactor Code 🔧 | ||
description: Use this label for code refactoring tasks. | ||
title: "[Refactor] <write what you want to add>" | ||
labels: ["🛠 goal: refactor", "🚦status: awaiting triage","💻 aspect: code"] | ||
body: | ||
- type: input | ||
id: refactor_input | ||
attributes: | ||
label: File Name | ||
description: "Enter the file that you want to refactor in the codebase." | ||
placeholder: "For example - src/common" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: refactor_description | ||
attributes: | ||
label: "Reason for Refactoring the Code" | ||
description: "Describe what improvements can be made in the codebase without introducing breaking changes." | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: refactor_terms | ||
attributes: | ||
label: "Record" | ||
options: | ||
- label: I have checked the existing [issues](https://github.com/reactplay/react-play/issues) | ||
required: true | ||
|
||
- label: I have read the [Contributing Guidelines](https://github.com/reactplay/react-play/blob/main/CONTRIBUTING.md) | ||
required: true | ||
|
||
- 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 am in Hacktoberfest | ||
required: true | ||
|
||
|
||
- label: I want to work on this issue |