Skip to content

Commit

Permalink
Merge pull request #3070 from redpanda-data/mihaitodor-update-contrib…
Browse files Browse the repository at this point in the history
…uting-guidelines

Update contributing guidelines
  • Loading branch information
Jeffail authored Dec 9, 2024
2 parents 767a6c3 + ef8de76 commit 82bfecb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,14 @@ docker run --rm \

## Contributing

Contributions are welcome, please [read the guidelines](CONTRIBUTING.md).
Contributions are welcome! To prevent CI errors, please always make sure a pull request has been:

- Unit tested with `make test`
- Linted with `make lint`
- Formatted with `make fmt`

Note: most integration tests need to spin up Docker containers, so they are skipped by `make test`. You can trigger
them individually via `go test -run "^Test.*Integration.*$" ./internal/impl/<connector directory>/...`.

[inputs]: https://docs.redpanda.com/redpanda-connect/components/inputs/about
[about-categories]: https://docs.redpanda.com/redpanda-connect/about#components
Expand Down

0 comments on commit 82bfecb

Please sign in to comment.