Update issue template

This commit is contained in:
Nathan Thomas 2021-09-15 21:30:02 -07:00
parent e651ac4b59
commit 04579d8289
3 changed files with 23 additions and 58 deletions

View File

@ -1,58 +0,0 @@
---
name: "\U0001F41B Bug Report"
about: "If something isn't working as expected \U0001F914."
title: 'Bug: Your Title'
labels: bug
assignees: nathom
---
## Bug Report
**Current Behavior**
A clear and concise description of the behavior.
**Command used:**
```bash
Type the command that caused the bug here
```
**Expected behavior**
A clear and concise description of what you expected to happen.
**`streamrip` Configuration File (find using `rip config -o`):**
<!-- If the command isn't working, you can find the file at one of the following paths:-->
<!-- macOS: ~/Library/Application Support/streamrip -->
<!-- Linux: ~/.config/streamrip or ~/.streamrip -->
<!-- Windows: \Users\<username>\AppData\Local\streamrip or C:\Users\<usename>\AppData\Roaming\streamrip-->
```toml
# Paste the contents of config.toml here
# REMOVE YOUR CREDENTIALS
[your]
config = "file"
```
**Environment**
- `streamrip` version(s): [e.g. v0.5.2]
- Python version: [e.g. 3.8]
- OS: [e.g. OSX 10.13.4, Windows 10]
**Traceback**
```bash
# Paste the text that Python dumped on the error here
# Delete this section if there was no traceback
```
**Possible Solution**
<!--- Only if you have suggestions on a fix for the bug. Otherwise, delete this section. -->
**Additional context/Screenshots**
Add any other context about the problem here. If applicable, add screenshots to help explain.

View File

@ -67,6 +67,7 @@ body:
label: streamrip version
description: Run `rip --version` to check.
placeholder: e.g. 1.5
render: "text"
- type: textarea
attributes:

View File

@ -0,0 +1,22 @@
name: Feature Request
description: Suggest a feature that would improve streamrip
labels: enhancement
body:
- type: textarea
validations:
required: true
attributes:
label: Is the feature request related to a problem. Please describe it.
description: e.g. I have an issue when...
- type: textarea
validations:
required: true
attributes:
label: Describe the solution you would like.
description: A clear and concise description of what you want to happen. Add any considered drawbacks.
- type: textarea
attributes:
label: Describe alternatives you've considered.
description: A clear and concise description of any alternative solutions or features you've considered.