Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/#2PlaysAMonth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ description: 'Add a new Play entry for the #2PlaysAMonth event.'
title: '[#2PlaysAMonth]: '
labels: ['#2PlaysAMonth']
body:
- type: checkboxes
id: read-guidelines
attributes:
label: Contributor Guidelines
description: Please confirm that you have read the [Contributor Guidelines and Discussion](https://github.com/reactplay/react-play/discussions/1598) before submitting this issue or PR.
options:
- label: I have read the guidelines and discussion
required: true

- type: markdown
attributes:
value: |
Expand Down Expand Up @@ -36,7 +45,6 @@ body:
- label: I want to work on this issue
- label: I am a Hacktoberfest contributor


- type: checkboxes
id: terms
attributes:
Expand Down
28 changes: 18 additions & 10 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
name: "\U0001F41B [Bug report]:"
name: "🐛 [Bug report]:"
description: Create a report to help us improve
title: "\U0001F41B [Bug report]: "
labels: ["bug","🛠 goal: fix", "🚦status: awaiting triage", "💻 aspect: code"]
title: "🐛 [Bug report]: "
labels: ["bug", "🛠 goal: fix", "🚦status: awaiting triage", "💻 aspect: code"]
body:
- type: checkboxes
id: read-guidelines
attributes:
label: Contributor Guidelines
description: Please confirm that you have read the [Contributor Guidelines and Discussion](https://github.com/reactplay/react-play/discussions/1598) before submitting this issue or PR.
options:
- label: I have read the guidelines and discussion
required: true

- type: markdown
attributes:
value: |
Expand All @@ -15,6 +24,7 @@ body:
description: Tell us what you see!
validations:
required: true

- type: textarea
id: reproduce-step
attributes:
Expand Down Expand Up @@ -54,10 +64,11 @@ body:
label: Mobile (Please provide your device information)
description: |
examples:
- **Device**: [e.g. iPhone6]
- **OS**: [e.g. iOS8.1]
- **Browser** [e.g. stock browser, safari]
- **Version** [e.g. 22]
- **Device**: [e.g. iPhone6]
- **OS**: [e.g. iOS8.1]
- **Browser** [e.g. stock browser, safari]
- **Version** [e.g. 22]

- type: textarea
id: screenshot
attributes:
Expand All @@ -69,7 +80,6 @@ body:
attributes:
label: Relevant log output
description: Add any other context about the problem here.


- type: checkboxes
id: record
Expand All @@ -83,8 +93,6 @@ body:
- label: I want to work on this issue
- label: I am a Hacktoberfest contributor



- type: checkboxes
id: terms
attributes:
Expand Down
15 changes: 13 additions & 2 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,24 @@ labels:
"good first issue"
]
body:
- type: checkboxes
id: read-guidelines
attributes:
label: Contributor Guidelines
description: Please confirm that you have read the [Contributor Guidelines and Discussion](https://github.com/reactplay/react-play/discussions/1598) before submitting this issue or PR.
options:
- label: I have read the guidelines and discussion
required: true

- type: textarea
id: improve-docs
attributes:
label: what's wrong with the documentation?
description: which things do we need to add?
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:
Expand All @@ -25,6 +35,7 @@ body:
placeholder: Add screenshots
validations:
required: true

- type: checkboxes
id: terms
attributes:
Expand Down
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,20 @@ description: Suggest an idea for this project
title: '✨ [Feature request]: '
labels: ["🚦status: awaiting triage", "💻 aspect: code", "⭐ goal: addition"]
body:
- type: checkboxes
id: read-guidelines
attributes:
label: Contributor Guidelines
description: Please confirm that you have read the [Contributor Guidelines and Discussion](https://github.com/reactplay/react-play/discussions/1598) before submitting this issue or PR.
options:
- label: I have read the guidelines and discussion
required: true

- type: markdown
attributes:
value: |
Thanks for taking the time for issuing a feature request!

- type: textarea
id: feature-reason
attributes:
Expand Down Expand Up @@ -56,7 +66,6 @@ body:
- label: I want to work on this issue
- label: I am a Hacktoberfest contributor


- type: checkboxes
id: terms
attributes:
Expand Down
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/new-play.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
name: New Play
description: Add a New Play Request
title: '[Add a Play]: '
labels: ["play request","🚦status: awaiting triage", "💻 aspect: code" ]
labels: ["play request", "🚦status: awaiting triage", "💻 aspect: code"]
body:
- type: checkboxes
id: read-guidelines
attributes:
label: Contributor Guidelines
description: Please confirm that you have read the [Contributor Guidelines and Discussion](https://github.com/reactplay/react-play/discussions/1598) before submitting this issue or PR.
options:
- label: I have read the guidelines and discussion
required: true

- type: markdown
attributes:
value: |
Expand Down
13 changes: 12 additions & 1 deletion .github/ISSUE_TEMPLATE/refactor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
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"]
labels: ["🛠 goal: refactor", "🚦status: awaiting triage", "💻 aspect: code"]
body:
- type: checkboxes
id: read-guidelines
attributes:
label: Contributor Guidelines
description: Please confirm that you have read the [Contributor Guidelines and Discussion](https://github.com/reactplay/react-play/discussions/1598) before submitting this issue or PR.
options:
- label: I have read the guidelines and discussion
required: true

- type: input
id: refactor_input
attributes:
Expand All @@ -11,13 +20,15 @@ body:
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:
Expand Down
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
> **Before creating this PR, please confirm the following:**
> - I have read the [ReactPlay Contributor Guidelines and Discussion](https://github.com/reactplay/react-play/discussions/1598)
> - I have reviewed the [ReactPlay Code Review Checklist](https://github.com/reactplay/react-play/wiki/ReactPlay-Code-Review-Checklist)
> - I have tested my changes locally and verified there are no new warnings or errors

---

> First thing, PLEASE READ THIS: [ReactPlay Code Review Checklist](https://github.com/reactplay/react-play/wiki/ReactPlay-Code-Review-Checklist)

# Description
Expand Down
Loading