diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index c813ad3..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -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`):** - - - - - - - - - - -```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** - - -**Additional context/Screenshots** -Add any other context about the problem here. If applicable, add screenshots to help explain. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 1201d87..bd85919 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -67,6 +67,7 @@ body: label: streamrip version description: Run `rip --version` to check. placeholder: e.g. 1.5 + render: "text" - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 0000000..0e357ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -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.