Update issue templates

This commit is contained in:
Stephane Bruckert 2020-06-15 21:22:08 +01:00
parent c7f2edf343
commit 25e6ed61bb
2 changed files with 49 additions and 0 deletions

29
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Your code**
Share a complete minimal working example.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Output**
Paste and format errors (with complete stacktrace) or logs. Make sure to remove sensitive information.
**Environment:**
- OS: [e.g. Windows, Mac]
- Python version [e.g. 3.7.0]
- spotipy version [e.g. 2.12.0]
- your IDE (if using any) [e.g. PyCharm, Jupyter Notebook IDE, Google Colab]
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**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 [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**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 code about the feature request here.