We appreciate your interest in contributing to verdex!
This document provides some basic guidelines for contributors.
- Always base your work from the
develop
branch, which is the development branch with the latest code. - Before creating a Pull Request (PR), make sure there is a corresponding issue for your contribution. If there isn't one already, please create one.
- Include the problem description in the issue.
- Run test cases on all product versions before submitting the Pull Request (PR):
# all versions:
go run . -test -product keycloak
# single version:
go run . -test -product keycloak -test-version 26.0.5
# with real target:
go run . -target https://target.fr -product keycloak
Please adhere to the existing coding style for consistency.
If you have any questions or need further guidance, please feel free to ask in the issue or PR, or reach out to the maintainers.
Thank you for your contribution!
Use Mintlify local development guide to improve documentation in /docs
.