mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-24 20:14:42 -04:00
Issue templates update
This commit is contained in:
parent
460b206aee
commit
9972f83218
1 changed files with 15 additions and 4 deletions
19
.github/ISSUE_TEMPLATE.md
vendored
19
.github/ISSUE_TEMPLATE.md
vendored
|
@ -15,21 +15,32 @@ A clear and concise description of the behavior.
|
|||
**Command used:**
|
||||
|
||||
```bash
|
||||
rip your command
|
||||
type the command that caused the bug here
|
||||
```
|
||||
|
||||
**Expected behavior/code**
|
||||
A clear and concise description of what you expected to happen (or code).
|
||||
|
||||
**Streamrip Configuration file (find using `rip config -o`)**
|
||||
**`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\Foo Bar -->
|
||||
|
||||
```yaml
|
||||
# Paste the contents of config.yaml here
|
||||
# REMOVE YOUR CREDENTIALS
|
||||
your:
|
||||
config
|
||||
here
|
||||
- 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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue