You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
790 B

2 years ago
  1. # Pull request title
  2. - [ ] I read [contributing guideline](https://github.com/deezer/spleeter/blob/master/.github/CONTRIBUTING.md)
  3. - [ ] I didn't find a similar pull request already open.
  4. - [ ] My PR is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
  5. ## Description
  6. A few sentences describing the overall goals of the pull request's commits.
  7. ## How this patch was tested
  8. You tested it, right?
  9. - [ ] I implemented unit test whicn ran successfully using `poetry run pytest tests/`
  10. - [ ] Code has been formatted using `poetry run black spleeter`
  11. - [ ] Imports has been formatted using `poetry run isort spleeter``
  12. ## Documentation link and external references
  13. Please provide any info that may help us better understand your code.