Skip to content

Commit

Permalink
Update contributing guidelines
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Todor <todormihai@gmail.com>
  • Loading branch information
mihaitodor committed Dec 9, 2024
1 parent bf73d88 commit ef8de76
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 ef8de76

Please sign in to comment.