1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Update CONTRIBUTING.md

This commit is contained in:
Eldad A. Fux 2020-09-23 06:59:42 +03:00 committed by GitHub
parent 0a50f66d08
commit 86fa6551d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,15 +29,9 @@ When `TYPE` can be:
- **fix** - a bug fix
- **refactor** - code change that neither fixes a bug nor adds a feature
<br/>
**All PRs must include commit message with the changes description!**
For the initial start, fork the project and use git clone command to download the repository to your computer
<br/>
<br/>
### <strong>A standard procedure for working on an issue would be to: </strong>
For the initial start, fork the project and use git clone command to download the repository to your computer. A standard procedure for working on an issue would be to:
1. `git pull`, before creating a new branch, pull the changes from upstream. Your master needs to be up to date.
```