Update CONTRIBUTING.md

Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
Andrew Klychkov 2021-03-12 15:45:33 +01:00 committed by GitHub
parent ae8160cb74
commit 8ed5223b19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ git rebase upstream/main
12. Create a branch for your changes:
```bash
git branch -b name_of_my_branch
git checkout -b name_of_my_branch
```
13. It can be a good approach is to start with writing integration tests if applicable.