mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-07 18:14:50 -04:00
Update issue template
This commit is contained in:
parent
e651ac4b59
commit
04579d8289
3 changed files with 23 additions and 58 deletions
58
.github/ISSUE_TEMPLATE/bug_report.md
vendored
58
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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.
|
|
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -67,6 +67,7 @@ body:
|
||||||
label: streamrip version
|
label: streamrip version
|
||||||
description: Run `rip --version` to check.
|
description: Run `rip --version` to check.
|
||||||
placeholder: e.g. 1.5
|
placeholder: e.g. 1.5
|
||||||
|
render: "text"
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|
22
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
22
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue