Skip to content

Commit

Permalink
Add more issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwilarg committed Apr 30, 2022
1 parent 4cd3eea commit 0cea759
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
name: Bug report
about: Report a problem about NHentaiDownloader
title: ''
labels: ''
labels: 'bug'
assignees: ''

---

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

**Chrome Version:**
Click on the menu icon in the top right of your browser, then go in "Help" and "About Google Chrome"
**Browser Version:**
Click on the menu icon in the top right of your browser, then go in "Help" and "About Google Chrome/Firefox"

**To Reproduce**
Steps to reproduce the behavior:
Expand All @@ -20,6 +20,12 @@ Steps to reproduce the behavior:
3. Scroll down to '....'
4. See error

**Console Output**
Chrome:
- Go to chrome://extensions/
- Click on the red "Error" button next to the extension
- You can ignore "Unrecognized manifest key 'browser_specific_settings'." and "Manifest version 2 is deprecated"

**Expected behavior**
A clear and concise description of what you expected to happen.

Expand Down
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/other_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Other request
about: For a request that doesn't fit the 2 others categories
title: ''
labels: ''
assignees: ''

---

0 comments on commit 0cea759

Please sign in to comment.