From bcb17ec421857ce0f90b0393408239d11319f324 Mon Sep 17 00:00:00 2001 From: Michael Fix Date: Sat, 30 Sep 2017 13:40:23 -0700 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..f54a861 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +## Contributing + +If you have discovered a bug or have a feature suggestion, feel free to create an issue on Github. + +If you'd like to make some changes yourself, see the following: +1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device +2. Build and start the application: `yarn dev` +3. Finally, submit a [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) with your changes!