From e0046fa37d894e07443c85ebbcf4c243e0aa50e1 Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Wed, 13 Jan 2021 03:01:02 +0000 Subject: [PATCH] Created contribution guidelines --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md 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.