From 41fc16c1c8ad9eed7eb685e757e60ad73249a0cf Mon Sep 17 00:00:00 2001 From: Xymorot Date: Sun, 8 Dec 2019 13:28:40 +0100 Subject: [PATCH] doc: describe workflow for pull requests --- CONTRIBUTING.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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