Skip to content

Commit

Permalink
fixes 154: improve docs about contributions and new linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Tzianos committed Apr 30, 2024
1 parent 79bc02d commit 41a1267
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,10 @@ Contributions to this project are more than welcome!
2. Run the formatters, linters and tests.

```bash
make fmt
make install-lint-tools install-go-fmt-tools install-md-fmt-tools fmt lint tests
```

4. Run linters.

```bash
make lint
```

5. Run tests.

```bash
make test
```

6. Make sure you have updated all manifests in case you are changing anything in
3. Make sure you have updated all manifests in case you are changing anything in
the tools that generate templates.
7. All commits must be signed off and must include a ticket number along with a
4. All commits must be signed off and must include a ticket number along with a
clear descriptionof what is being changed.

0 comments on commit 41a1267

Please sign in to comment.