forked from TrueCloudLab/basic
fixup: Remove unnecessary instructions from CONTRIBUTING.md
Signed-off-by: George Bartolomey <george@bh4.ru>
This commit is contained in:
parent
29496e10a2
commit
f9df5ab0fe
1 changed files with 0 additions and 9 deletions
|
@ -54,15 +54,6 @@ changes. Maybe you will find it convenient to name branch in
|
||||||
$ git checkout -b feature/123-something_awesome
|
$ 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
|
### Commit changes
|
||||||
After verification, commit your changes. This is a [great
|
After verification, commit your changes. This is a [great
|
||||||
post](https://chris.beams.io/posts/git-commit/) on how to write useful commit
|
post](https://chris.beams.io/posts/git-commit/) on how to write useful commit
|
||||||
|
|
Loading…
Reference in a new issue