Skip to content

Commit

Permalink
Docs: Updating the doc related to contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
sandoche committed Apr 28, 2023
1 parent 58f4dcc commit 633adc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ the following general procedure for contributing has been established:
and allows them to provide comments early in the development process.
6. When the code is complete it can be marked `Ready for Review`.
7. Be sure to include a relevant change log entry in the `Unreleased` section of `CHANGELOG.md`
(see [file](https://github.com/evmos/backend/CHANGELOG.md) for log format).
(see [file](https://github.com/evmos/backend/blob/main/CHANGELOG.md) for log format).
8. Please make sure to run `make format` before every commit -
the easiest way to do this is having your editor run it for you upon saving a file.
Additionally, please ensure that your code is lint compliant by running `make lint`.
Expand Down

0 comments on commit 633adc0

Please sign in to comment.