Merge remote-tracking branch 'origin/master'

This commit is contained in:
K4YT3X 2021-01-26 21:55:26 -05:00
commit b3c0be077d

6
CONTRIBUTING.md Normal file
View File

@ -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.