Skip to content

Commit

Permalink
Merge branch 'main' into priyankarpal-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
atapas authored Oct 9, 2023
2 parents 6946989 + 91d70d8 commit 425ff02
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/#2PlaysAMonth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: '🔥 #2PlaysAMonth Entry'
description: 'Add a new Play entry for the #2PlaysAMonth event.'
title: '[#2PlaysAMonth]: '
labels: ['#2PlaysAMonth']
assignees: ['']
body:
- type: markdown
attributes:
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: "\U0001F41B [Bug report]:"
description: Create a report to help us improve
title: "\U0001F41B [Bug report]: "
labels: ['bug']
assignees: ['']
labels: ["bug","🛠 goal: fix", "🚦status: awaiting triage", "💻 aspect: code"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -70,7 +69,7 @@ body:
attributes:
label: Relevant log output
description: Add any other context about the problem here.
render: shell


- type: checkboxes
id: record
Expand All @@ -82,6 +81,9 @@ 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 in Hacktoberfest
required: true


- type: checkboxes
id: terms
Expand Down
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/docs.yml
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
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: '✨ [Feature request]:'
description: Suggest an idea for this project
title: '✨ [Feature request]: '
labels: []
assignees: ['']
labels: ["🚦status: awaiting triage", "💻 aspect: code", "⭐ goal: addition"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -55,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 in Hacktoberfest
required: true

- type: checkboxes
id: terms
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/new-play.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: New Play
description: Add a New Play Request
title: '[Add a Play]: '
labels: ['play-request']
assignees: ['']
labels: ["play request","🚦status: awaiting triage", "💻 aspect: code" ]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -35,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 in Hacktoberfest
required: true

- type: checkboxes
id: terms
Expand Down
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.yml
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

0 comments on commit 425ff02

Please sign in to comment.