Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update checklist in all the issue forms #1825

Merged
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
14 changes: 10 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🐞 Bug Report
description: File a bug report
title: 'Bug: '
labels: ['🛠 goal: fix', '🚦status: awaiting triage', '💻 aspect: code']
title: "Bug: "
labels: ["🛠 goal: fix", "🚦status: awaiting triage", "💻 aspect: code"]
body:
- type: textarea
id: what-happened
Expand Down Expand Up @@ -32,9 +32,15 @@ body:
- type: checkboxes
id: terms
attributes:
label: 'Record'
label: "Record"
options:
- label: I agree to follow this project's Code of Conduct
- label: I have checked the existing [issues](https://github.com/priyankarpal/ProjectsHut/issues)
required: true

- label: I have read the [Contributing Guidelines](https://github.com/priyankarpal/ProjectsHut/blob/main/contributing.md)
required: true

- label: I agree to follow this project's [Code of Conduct](https://github.com/priyankarpal/ProjectsHut/blob/main/CODE_OF_CONDUCT.md)
required: true

- label: I'm a GSSoC'23 contributor
Expand Down
21 changes: 17 additions & 4 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: 🔖 Documentation update
description: Improve Documentation
title: 'docs:'
labels: ['📄 aspect: text', '🚦status: awaiting triage', '✨ goal: improvement', 'good first issue', '🟨 priority: medium']
title: "docs:"
labels:
[
"📄 aspect: text",
"🚦status: awaiting triage",
"✨ goal: improvement",
"good first issue",
"🟨 priority: medium",
]
body:
- type: textarea
id: improve-docs
Expand All @@ -22,9 +29,15 @@ body:
- type: checkboxes
id: terms
attributes:
label: 'Record'
label: "Record"
options:
- label: I agree to follow this project's Code of Conduct
- label: I have checked the existing [issues](https://github.com/priyankarpal/ProjectsHut/issues)
required: true

- label: I have read the [Contributing Guidelines](https://github.com/priyankarpal/ProjectsHut/blob/main/contributing.md)
required: true

- label: I agree to follow this project's [Code of Conduct](https://github.com/priyankarpal/ProjectsHut/blob/main/CODE_OF_CONDUCT.md)
required: true

- label: I'm a GSSoC'23 contributor
Expand Down
14 changes: 10 additions & 4 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ✨ Feature Request
description: Suggest a feature request
title: 'feat:'
labels: ['⭐ goal: addition', '🚦status: awaiting triage']
title: "feat:"
labels: ["⭐ goal: addition", "🚦status: awaiting triage"]
body:
- type: textarea
id: what-feature
Expand All @@ -20,9 +20,15 @@ body:
- type: checkboxes
id: terms
attributes:
label: 'Record'
label: "Record"
options:
- label: I agree to follow this project's Code of Conduct
- label: I have checked the existing [issues](https://github.com/priyankarpal/ProjectsHut/issues)
required: true

- label: I have read the [Contributing Guidelines](https://github.com/priyankarpal/ProjectsHut/blob/main/contributing.md)
required: true

- label: I agree to follow this project's [Code of Conduct](https://github.com/priyankarpal/ProjectsHut/blob/main/CODE_OF_CONDUCT.md)
required: true

- label: I'm a GSSoC'23 contributor
Expand Down
20 changes: 16 additions & 4 deletions .github/ISSUE_TEMPLATE/project-add.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: 🌱 Project Addition
description: Add a new project to the list
title: 'chore: project addition by '
labels: ['projects addition', '🚦status: awaiting triage', 'good first issue', '🟩 priority: low']
title: "chore: project addition by "
labels:
[
"projects addition",
"🚦status: awaiting triage",
"good first issue",
"🟩 priority: low",
]
body:
- type: textarea
id: project-add
Expand All @@ -12,9 +18,15 @@ body:
- type: checkboxes
id: terms
attributes:
label: 'Record'
label: "Record"
options:
- label: I agree to follow this project's Code of Conduct
- label: I have checked the existing [issues](https://github.com/priyankarpal/ProjectsHut/issues)
required: true

- label: I have read the [Contributing Guidelines](https://github.com/priyankarpal/ProjectsHut/blob/main/contributing.md)
required: true

- label: I agree to follow this project's [Code of Conduct](https://github.com/priyankarpal/ProjectsHut/blob/main/CODE_OF_CONDUCT.md)
required: true

- label: I want to work on this issue
Loading