Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Fix typos in README.md & CONTRIBUTING.md (#17)
Browse files Browse the repository at this point in the history
* Fix typos in CONTRIBUTING.md

* Fix typos in CONTRIBUTING.md & README.md

* Fix typos in CONTRIBUTING.md & README.md

* Fix typos in CONTRIBUTING.md & README.md
  • Loading branch information
hdhgpy authored Apr 6, 2023
1 parent 63e49e6 commit 3e41641
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
26 changes: 12 additions & 14 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,26 @@

First of all, thanks for your contribution, you can participate in this project in the following ways:

* crete a new pull request
* report a bug
* create new issues
* contribute documentation
* give us any suggestions, such as bad code, performance, etc...
* Create a new pull request
* Report a bug
* Create new issues
* Contribute documentation
* Provide any suggestions, such as bad code, performance, etc...


## Contribution steps

* Fork the project to your own github.

* Clone the project to local.
* Fork the project to your own GitHub account.
* Clone the project to local machine.
* Add code and corresponding test file.
* Push code and create a pull request.
* Push the code and create a pull request.

## Attention

Your code should comply with the following principles:

* All code should tested in your local environment, try to avoid bugs.

* All public methods should have the corresponding test method.
* All code should be tested in your local environment to avoid bugs.
* All public methods should have corresponding test methods.

- All code should have gone through `go fmt`
- All code should pass `go vet`
- All codes should have gone through `go fmt`
- All codes should pass `go vet`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const (

## Contributing

If you are intersted in contributing to balancer, please see here: [CONTRIBUTING](https://github.com/zehuamama/balancer/blob/main/CONTRIBUTING.md)
If you are interested in contributing to balancer, please see here: [CONTRIBUTING](https://github.com/zehuamama/balancer/blob/main/CONTRIBUTING.md)

## License

Expand Down

0 comments on commit 3e41641

Please sign in to comment.