mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
22 lines
743 B
Markdown
22 lines
743 B
Markdown
# Pull request title
|
|
|
|
- [ ] I read [contributing guideline](.github/CONTRIBUTING.md)
|
|
- [ ] I didn't find a similar pull request already open.
|
|
- [ ] My PR is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
|
|
|
|
## 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.
|