forked from extern/wg-meshconf
7 lines
299 B
Markdown
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.
|