Update CONTRIBUTING.md

This commit is contained in:
Abdulla Abdurakhmanov 2022-11-03 10:13:01 +01:00 committed by GitHub
parent ce317034db
commit 3dde658c79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ These are some of the rules we try to follow:
### How to contribute - the Process ### How to contribute - the Process
1. Make sure the change would be welcome (e.g. a bugfix or a useful feature); best do so by proposing it in a GitHub issue 1. Make sure the change would be welcome (e.g. a bugfix or a useful feature); best do so by proposing it in a GitHub issue
2. Create a branch forking the cla-assistant repository and do your change 2. Create a branch forking this repository and do your change
3. Commit and push your changes on that branch 3. Commit and push your changes on that branch
4. In the commit message 4. In the commit message
- Describe the problem you fix with this change. - Describe the problem you fix with this change.