From 138acc3f1abe6169c3d7398f5ee60f87f2375299 Mon Sep 17 00:00:00 2001 From: Theodore Kluge <1696813+villa7@users.noreply.github.com> Date: Mon, 15 Oct 2018 22:41:12 -0400 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1930330 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +## Adding features + +Checkout a new feature branch +Make a pull request from your new branch to `staging` + +## Code style + +Your code should comply with the standardjs styleguide