wg-meshconf/CONTRIBUTING.md
2021-01-13 03:01:02 +00:00

7 lines
299 B
Markdown

# wg-meshconf Contribution Guidelines
- Please submit PRs with meaningful descriptions.
- Please format your code with [black](https://github.com/psf/black) before submitting the PR.
- Please sort package imports alphabetically.
- That's all I can think of right now. I'll probably add more later.