mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
docs: add contributing guideline
docs: add issue and PR templates
This commit is contained in:
9
.github/CONTRIBUTING.md
vendored
Normal file
9
.github/CONTRIBUTING.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# How-to contribute
|
||||
|
||||
Those are the main contributing guidelines for contributing to this project:
|
||||
|
||||
- Verify that your contribution does not embark proprietary code or infringe any copyright of any sort.
|
||||
- Avoid adding any unnecessary dependencies to the project, espcially of those are not easily packaged and installed through `conda` or `pip`.
|
||||
- Python contributions must follow the [PEP 8 style guide](https://www.python.org/dev/peps/pep-0008/).
|
||||
- Use [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests) mechanism and please be patient while waiting for reviews.
|
||||
- Remain polite and civil in all exchanges with the maintainers and other contributors.
|
||||
Reference in New Issue
Block a user