Created contribution guidelines

This commit is contained in:
K4YT3X 2021-01-13 03:01:02 +00:00 committed by GitHub
parent f27d634a45
commit e0046fa37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.