doc: describe workflow for pull requests

This commit is contained in:
Xymorot 2019-12-08 13:28:40 +01:00
parent b705fd19a2
commit 41fc16c1c8
1 changed files with 9 additions and 1 deletions

View File

@ -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