Files
spleeter/.github/PULL_REQUEST_TEMPLATE.md
jtagcat b689a09d87 PR template: Fix broken link to contributing.md
The link is broken on actual PR pages.
Not using relative link, as it would be github-specific anyway, and the relative link would be broken on some other pages.
2021-06-28 21:00:44 +00:00

790 B

Pull request title

  • I read contributing guideline
  • 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``

Please provide any info that may help us better understand your code.