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.