Skip to content

Commit

Permalink
docs: Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Jun 20, 2024
1 parent 99d0f2e commit cffa8f9
Show file tree
Hide file tree
Showing 9 changed files with 118 additions and 17 deletions.
22 changes: 8 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
name: Bug Report
about: Create a report to help me improve Steam Stats
title: '[BUG] '
labels: 'bug'
assignees: 'nicconike'

---

Expand All @@ -24,15 +24,9 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- OS: [e.g. Windows]
- Browser [e.g. chrome, firefox, brave]
- Version [e.g. 1.0.0]

**Additional context**
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Documentation
about: Suggest improvements or report issues with the documentation
title: "[DOC] "
labels: documentation
assignees: 'nicconike'

---

**Describe the issue**
A clear and concise description of what the issue is.

**Suggested improvements**
A clear and concise description of what improvements you suggest.

**Additional context**
Add any other context or screenshots about the documentation issue here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/duplicate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Duplicate
about: This issue has been reported before
title: "[DUPLICATE] "
labels: duplicate
assignees: 'nicconike'

---

**Describe the duplicate**
A clear and concise description of the duplicate issue.

**Link to original issue**
Provide a link to the original issue.

**Additional context**
Add any other context about the duplicate issue here.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
title: '[FEATURE] '
labels: 'enhancement'
assignees: 'nicconike'

---

Expand Down
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/first_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Good First Issue
about: Identify a good first issue for new contributors
title: "[GOOD FIRST ISSUE] "
labels: good first issue
assignees: 'nicconike'

---

**Describe the issue**
A clear and concise description of the issue.

**Steps to resolve**
Steps to resolve the issue.

**Additional context**
Add any other context or screenshots about the issue here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/help_wanted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Help Wanted
about: Request help for a specific issue
title: "[HELP WANTED] "
labels: help wanted
assignees: 'nicconike'

---

**Describe the help needed**
A clear and concise description of the help needed.

**Additional context**
Add any other context or screenshots about the help request here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/invalid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Invalid
about: This issue is invalid
title: "[INVALID] "
labels: invalid
assignees: 'nicconike'

---

**Describe why this issue is invalid**
A clear and concise description of why this issue is invalid.

**Additional context**
Add any other context about the invalid issue here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Question
about: Ask a question about this project
title: "[QUESTION] "
labels: question
assignees: 'nicconike'

---

**Describe your question**
A clear and concise description of your question.

**Additional context**
Add any other context or screenshots about the question here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/wont_fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Won't fix
about: This issue will not be fixed
title: "[WONTFIX] "
labels: wontfix
assignees: 'nicconike'

---

**Describe why this issue will not be fixed**
A clear and concise description of why this issue will not be fixed.

**Additional context**
Add any other context about the wontfix issue here.

0 comments on commit cffa8f9

Please sign in to comment.