diff --git a/.github/Feature_request.md b/.github/Feature_request.md deleted file mode 100644 index b9c8254..0000000 --- a/.github/Feature_request.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: "\U0001F680 Feature Request" -about: "I have a suggestion (and may want to implement it \U0001F642)!" -title: '' -labels: 'i: enhancement, i: needs triage' -assignees: '' - ---- - -## Feature Request - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I have an issue when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. Add any considered drawbacks. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Teachability, Documentation, Adoption, Migration Strategy** -If you can, explain how users will be able to use this and possibly write out a version the docs. -Maybe a screenshot or design? diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 2508922..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -name: "\U0001F41B Bug Report" -about: "If something isn't working as expected \U0001F914." -title: '' -labels: 'i: 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/code** -A clear and concise description of what you expected to happen (or code). - -**`streamrip Configuration File (find using `rip config -o`):** - - - - - - - - - -```yaml -# Paste the contents of config.yaml 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] - -**Possible Solution** - - -**Additional context/Screenshots** -Add any other context about the problem here. If applicable, add screenshots to help explain. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..2508922 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,52 @@ --- -name: Bug report -about: Create a report to help us improve +name: "\U0001F41B Bug Report" +about: "If something isn't working as expected \U0001F914." title: '' -labels: '' -assignees: '' +labels: 'i: bug' +assignees: 'nathom' --- -**Describe the bug** -A clear and concise description of what the bug is. +## Bug Report -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +**Current Behavior** +A clear and concise description of the behavior. -**Expected behavior** -A clear and concise description of what you expected to happen. +**Command used:** -**Screenshots** -If applicable, add screenshots to help explain your problem. +```bash +type the command that caused the bug here +``` -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +**Expected behavior/code** +A clear and concise description of what you expected to happen (or code). -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +**`streamrip Configuration File (find using `rip config -o`):** -**Additional context** -Add any other context about the problem here. + + + + + + + + +```yaml +# Paste the contents of config.yaml 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] + +**Possible Solution** + + +**Additional context/Screenshots** +Add any other context about the problem here. If applicable, add screenshots to help explain. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..c015871 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,19 @@ --- -name: Feature request -about: Suggest an idea for this project +name: "\U0001F680 Feature Request" +about: "I have a suggestion (and may want to implement it \U0001F642)!" title: '' -labels: '' -assignees: '' +labels: 'i: enhancement' +assignees: 'nathom' --- +## Feature Request + **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +A clear and concise description of what the problem is. Ex. I have an issue when [...] **Describe the solution you'd like** -A clear and concise description of what you want to happen. +A clear and concise description of what you want to happen. Add any considered drawbacks. **Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. +A clear and concise description of any alternative solutions or features you've considered. \ No newline at end of file