-
-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
387 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
name: Bug report | ||
description: Create a report to help us improve streamrip | ||
labels: bug | ||
body: | ||
# types: dropdown, textarea, input | ||
# - type: dropdown | ||
# validations: | ||
# required: true | ||
# attributes: | ||
# label: Are you using "tree-sitter" branch? | ||
# options: | ||
# - 'Yes' | ||
# - 'No' | ||
|
||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of the bug. | ||
|
||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Command Used | ||
description: | | ||
The command that you typed that caused the error | ||
placeholder: | | ||
For example: | ||
`rip url https://example.com` | ||
- type: markdown | ||
attributes: | ||
value: "```\n" | ||
|
||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Debug Traceback | ||
description: | | ||
Run your command, with `-vvv` appended to it, and paste the output here. | ||
For example, if the problematic command was `rip url https://example.com`, then | ||
you would run `rip url https://example.com -vvv` to get the debug logs. | ||
Make sure to check the logs for any personal information such as emails and remove them. | ||
- type: markdown | ||
attributes: | ||
value: "```" | ||
|
||
- type: markdown | ||
attributes: | ||
value: "```toml\n" | ||
|
||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Config File | ||
description: | | ||
Find the config file using `rip config --open` and paste the contents here. | ||
Make sure you REMOVE YOUR CREDENTIALS! | ||
- type: markdown | ||
attributes: | ||
value: "```" | ||
|
||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Operating System | ||
placeholder: e.g. Windows, Linux, macOS... | ||
|
||
- type: markdown | ||
attributes: | ||
value: "```\n" | ||
|
||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: streamrip version | ||
description: Run `rip --version` to check. | ||
placeholder: e.g. 1.5 | ||
|
||
- type: markdown | ||
attributes: | ||
value: "```" | ||
|
||
- type: textarea | ||
attributes: | ||
label: Screenshots and recordings | ||
description: | | ||
If applicable, add screenshots to help explain your problem. | ||
You can also record an asciinema session: https://asciinema.org/ | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. | ||
|
||
- type: markdown | ||
attributes: | ||
value: "Thanks for completing our form!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.