diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..23888ea --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +# 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.