Files
spleeter/.github/PULL_REQUEST_TEMPLATE.md
Félix Voituret 70150784dc 📝 finalizes contribution
2021-01-08 19:21:41 +01:00

19 lines
567 B
Markdown

# Pull request title
- [ ] I read [contributing guideline](.github/CONTRIBUTING.md)
## Description
A few sentences describing the overall goals of the pull request's commits.
## How this patch was tested
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.