Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ the `main` branch of GitHub. All you need is:

- **Java v21** for the runtime or major
- [**Apache Maven**](https://maven.apache.org/), to build the distribution
- [**Docker**](https://www.docker.com/), to build the container images

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Thanks for adding this dependency. The PR description mentions that Docker is needed for end-to-end tests, which is a very important piece of information for developers. The current text only mentions building container images. To provide a more complete picture for new contributors, it would be beneficial to mention both purposes.

Suggested change
- [**Docker**](https://www.docker.com/), to build the container images
- [**Docker**](https://www.docker.com/), to build container images and run end-to-end tests


It's super easy, just follow the following steps:

Expand Down
Loading