mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
📝 finalizes contribution
This commit is contained in:
8
.github/ISSUE_TEMPLATE/bug.md
vendored
8
.github/ISSUE_TEMPLATE/bug.md
vendored
@@ -5,10 +5,10 @@ title: "[Bug] name your bug"
|
|||||||
labels: bug, invalid
|
labels: bug, invalid
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- PLEASE READ THIS CAREFULLY :
|
- [ ] I didn't find a similar issue already open.
|
||||||
- Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed
|
- [ ] I read the documentation (README AND Wiki)
|
||||||
- First check FAQ from wiki to see if your problem is not already known
|
- [ ] I have installed FFMpeg
|
||||||
-->
|
- [ ] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
|||||||
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,4 +1,6 @@
|
|||||||
# [Spleeter-XXXX] - pull request title
|
# Pull request title
|
||||||
|
|
||||||
|
- [ ] I read [contributing guideline](.github/CONTRIBUTING.md)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
@@ -8,6 +10,10 @@ A few sentences describing the overall goals of the pull request's commits.
|
|||||||
|
|
||||||
You tested it, right?
|
You tested it, right?
|
||||||
|
|
||||||
|
- [ ] I implemented unit test whicn ran successfully using `poetry run pytest tests/`
|
||||||
|
- [ ] Code has been formatted using `poetry run black spleeter`
|
||||||
|
- [ ] Imports has been formatted using `poetry run isort spleeter``
|
||||||
|
|
||||||
## Documentation link and external references
|
## Documentation link and external references
|
||||||
|
|
||||||
Please provide any info that may help us better understand your code.
|
Please provide any info that may help us better understand your code.
|
||||||
Reference in New Issue
Block a user