From 68df8c77d2a8009327425a5cd606ca6d5f5da9cf Mon Sep 17 00:00:00 2001 From: o1lab Date: Mon, 7 May 2018 22:49:14 +0100 Subject: [PATCH] Create contributing guidelines --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..75ee422162 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,4 @@ +## Contribution guidelines +- Try to keep it close to original design. Key idea here being zero configuration. So automate by going out of the way. +- Tests to cover new functionality. +- If the issue is a major or large change. Please create a PR issue before working on it.