Skip to content

Commit

Permalink
Update issue templates (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Feb 8, 2023
1 parent 626eb46 commit 48348e5
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 0 deletions.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: 🐛 Bug report
description: Create a bug report to help us improve
labels: ["bug"]

body:

- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of the problem behavior
validations:
required: true

- type: textarea
id: reproduce
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots, if applicable.
validations:
required: false

- type: textarea
attributes:
label: Environment
description: Include versions for all relevant dependencies.
value: |
- Operating System:
- Python version:
- Software versions:
- qBittorrent:
- qbittorrent-api:
validations:
required: true

- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: 💡 Feature request
description: Have an idea for a new feature? Let us know about it!
labels: ["enhancement"]

body:

- type: textarea
id: description
attributes:
label: What is the problem or limitation you are having?
description: A clear and concise description of the problem; e.g., I get frustrated when...
validations:
required: true

- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true

- type: textarea
id: extrainfo
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false

0 comments on commit 48348e5

Please sign in to comment.