diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8181c32..e9a99e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,15 @@ The `npm run watch` script watches files and rebuilds the app on changes. ### Git -This project uses Git as its version control software. If you don't know how to use it, [read a quick guide](https://www.google.com/search?q=how+to+git). Some care has to be taken for the following points: +This project uses Git as its version control software. If you don't know how to use it, [read a quick guide](https://www.google.com/search?q=how+to+git). + +The general contributing workflow is like this: + +> **fork repository** > **do your changes on the fork** > **create pull request to original repository** + +Once you build up enough trust, I might add you as a contributor. + +Some additional care has to be taken for the following points: #### Commit Messages