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