piku/docs/CONTRIBUTING.md

10 wiersze
305 B
Markdown
Czysty Zwykły widok Historia

2019-11-26 07:32:08 +00:00
We welcome contributions!
### Guidelines
* Small and focused PRs. Please don't include changes that don't address the subject of your PR.
* Follow the style of importing functions directly e.g. `from os.path import abspath`.
2019-11-26 07:38:17 +00:00
* Check out the [core values of Piku](../README.md#core-values).
2019-11-26 07:32:08 +00:00
* PEP8.