doc: describe workflow for pull requests
This commit is contained in:
parent
b705fd19a2
commit
41fc16c1c8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue