fixup: Remove unnecessary instructions from CONTRIBUTING.md

Signed-off-by: George Bartolomey <george@bh4.ru>
This commit is contained in:
George Bartolomey 2024-09-17 11:52:16 +03:00
parent 29496e10a2
commit f9df5ab0fe
Signed by: george.bartolomey
GPG key ID: 35BC54839D73BFAD

View file

@ -54,15 +54,6 @@ changes. Maybe you will find it convenient to name branch in
$ git checkout -b feature/123-something_awesome
```
### Test your changes
After your code changes, make sure
- To add test cases for the new code.
- To run `make lint` and `make staticcheck-run`
- To squash your commits into a single commit or a series of logically separated
commits run `git rebase -i`. It's okay to force update your pull request.
- To run `make test` and `make all` completes.
### Commit changes
After verification, commit your changes. This is a [great
post](https://chris.beams.io/posts/git-commit/) on how to write useful commit