mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 04:32:53 +00:00
docs: add contributing guideline
docs: add issue and PR templates
This commit is contained in:
33
.github/ISSUE_TEMPLATE.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# ISSUE-TITLE
|
||||
|
||||
## Describe the bug/issue
|
||||
|
||||
First tell us:
|
||||
|
||||
- which part of Spleeter is it about (Doc, Scripts, Docker, etc )?
|
||||
- what type of issue is it ? ( BUG / QUESTION / FEATURE REQUEST ?) ..
|
||||
|
||||
Then give us a clear and concise description of the issue.
|
||||
|
||||
## To reproduce
|
||||
|
||||
Steps to reproduce the behavior :
|
||||
|
||||
1. Install with '...'
|
||||
2. Run '....'
|
||||
3. See error
|
||||
|
||||
## Terminal output
|
||||
|
||||
Share what your terminal says when you run the script.
|
||||
|
||||
## Your Setup
|
||||
|
||||
In particular:
|
||||
|
||||
- OS: [Windows/Linux/Mac/Other]
|
||||
- Execution Environment :[Conda/Pip/Other] and versions
|
||||
|
||||
## Additional context
|
||||
|
||||
Add any other context about the problem here, references, cites, etc..
|
||||
Reference in New Issue
Block a user