📝 finalizes contribution

This commit is contained in:
Félix Voituret
2021-01-08 19:21:41 +01:00
parent 172fedb682
commit 70150784dc
2 changed files with 12 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
# [Spleeter-XXXX] - pull request title
# Pull request title
- [ ] I read [contributing guideline](.github/CONTRIBUTING.md)
## Description
@@ -8,6 +10,10 @@ A few sentences describing the overall goals of the pull request's commits.
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
Please provide any info that may help us better understand your code.
Please provide any info that may help us better understand your code.