From b4d47974d4d01f5efdd112be2129790664717499 Mon Sep 17 00:00:00 2001 From: MattAgn Date: Sun, 8 Dec 2019 17:08:03 +0100 Subject: [PATCH] Add ideas for contributing guide --- CONTRIBUTING_GUIDE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING_GUIDE.md diff --git a/CONTRIBUTING_GUIDE.md b/CONTRIBUTING_GUIDE.md new file mode 100644 index 0000000..f6258ec --- /dev/null +++ b/CONTRIBUTING_GUIDE.md @@ -0,0 +1,7 @@ +# Contributing guide + +## DRAFT / IDEAS + +- **Report lack of an example / propose an improvement** --> open an issue +- **Add an example but don't have much time** --> open a PR with only the doc added and open an issue for the code to be added (you can edit the doc and open the PR straight from github) +- **Add an example and have a bit of time** --> open a PR with doc and code