Skip to content

Commit

Permalink
docs: update checklist in all the issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Jul 24, 2023
1 parent b69e8f8 commit 16aaa60
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 16 deletions.
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

0 comments on commit 16aaa60

Please sign in to comment.