From b9ed7f2ca216776b37d0a2683039b9d956c74438 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Wed, 3 Jul 2019 22:37:32 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..cb48dec --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# archdi CONTRIBUTING + +## Contributing : +* Open an issue before work to hard +* **Work on the src branch** +* **Use tab for identation** +* **Preserve identation on empty line** +* **Test your changes** + +- [ ] I've read these rules before submitting my PR.