Thanks for helping improve contentful-management.java.
This repository includes a .devcontainer configuration for a reproducible local setup. GitHub Actions uses the same devcontainer configuration for CI.
Open the repository in Visual Studio Code, install the Dev Containers extension if needed, then run Dev Containers: Reopen in Container. Wait for the container build and post-create setup to finish.
Install Docker and the Dev Container CLI (npm install -g @devcontainers/cli). From the repository root, run:
devcontainer up --workspace-folder .
devcontainer exec --workspace-folder . bash./mvnw -B test- Fork the repository and create a branch for your change.
- Run the relevant checks from the dev container.
- Open a pull request with a short summary of the change and any follow-up context.