Skip to content

Commit

Permalink
Enforcing issue templates
Browse files Browse the repository at this point in the history
* Create config.yml

* Create pull_request_template.md

* Create feature_request.md

* Update bug_report.md

* Update feature_request.md

* Minor Changes
  • Loading branch information
Silverarmor authored Dec 25, 2020
1 parent 568ea6d commit b7a517b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Bug report
about: Report bugs so we can fix them.
title: Change this title, Poorly formatted Issues will not be handled.
title: Change this title, Poorly Formatted Issues will not be handled.
labels: bug
assignees: ''

---

<!--- Please search existing bugs before creating a new one -->
<!--- Format your issue titles as 'error: description' -->
<!--- Format your issue titles as 'Error: Description' -->
<!--- example title: "FileNotFoundError: error while downloading individual songs." -->

### Environment
Expand All @@ -17,7 +17,8 @@ assignees: ''
- **Python Version:** <!--- Python Version can be found by running "py -V" -->

- **Install Source:**
<!--- Did you download from pip, the master branch on github, or a different branch?) -->
<!--- Did you download from pip, the master branch on github, or a different branch? -->
<!--- Provide the command you used to install spotDL -->

- **Version OR Commit hash:**
<!--- If from pip, what is the version? Run "pip show spotdl" -->
Expand All @@ -38,7 +39,7 @@ assignees: ''

--------------------------------------------------------------------

### Trace back
### Traceback

<!--- Place traceback here, between the ``` symbols -->
```
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature Request
about: Request a feature to be added to spotDL!
title: Change this title, Poorly Formatted Requests will not be handled.
labels: feature-request
assignees: ''

---

<!--- Please search existing issues for your feature before creating a new one -->
<!--- Change the title to summarise simply and succintly. -->

## Problem
<!--- Why should we add this feature? How would it help spotDL users? -->

## Solution
<!--- Describe a solution or implementation, if you have one. -->
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Design
<!--- Describe the problem or feature in addition to a link to the issues. -->

## Approach
<!--- Describe your solution in around 50 words. Please be concise and specific. -->

0 comments on commit b7a517b

Please sign in to comment.