Skip to content

Commit

Permalink
docs(contrib): change make to task
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoksr committed Aug 8, 2024
1 parent 792b11d commit 2bacf89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ We actively welcome your pull requests.
1. Fork the repo and create your branch from `main`.
2. If you've added code that should be tested, add tests.
3. If you've changed or added exported functions or types, document them.
4. We use [gofumpt](https://github.com/mvdan/gofumpt) to format our code. Don't forget to always run `make fmt` before opening a new PR.
5. Ensure the test suite passes and the linter doesn't complain (`make ci`).

4. We use [gofumpt](https://github.com/mvdan/gofumpt) to format our code. Don't forget to always run `task fmt` before opening a new PR.
5. Ensure the test suite passes and the linter doesn't complain (`task ci`).

## Issues

Expand Down

0 comments on commit 2bacf89

Please sign in to comment.