From 034204718b6314c741ff772194889eaab309f1c4 Mon Sep 17 00:00:00 2001 From: Christoffer Reijer Date: Sat, 22 Oct 2016 15:22:52 +0200 Subject: [PATCH] Describe how to contribute in the README Add a section to the README describing how to contribute. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 608cb64..45363e6 100644 --- a/README.md +++ b/README.md @@ -106,3 +106,12 @@ SENTRY_DSN=https://XXXX:XXXX@sentry.io/XXXX ``` Restart the app after changing this file. + +# Contributing + +1. Fork the repository on Github +2. Create a named feature branch (like `add_component_x`) +3. Write you change +4. Write tests for your change (if applicable) +5. Run the tests, ensuring they all pass +6. Submit a Pull Request using Github