Thank you for considering contributing to this project! Your contributions are what make this project great.
-
Fork the repository: Create your own copy of the repository by clicking on the "Fork" button on the top right of the page.
-
Clone your fork:
git clone https://github.com/yourusername/keycloak-custom-event-listener.git cd yourrepository
-
Create a new branch:
git checkout -b new-feature
-
Make your changes:
- Add your changes to the codebase.
- Make sure to follow the java coding style guide and clean code principles.
- Write tests for your changes.
- Make sure the tests pass.
- Update the documentation if necessary.
-
Commit your changes:
git commit -am 'Add new feature or fix'
-
Push your changes:
git push origin new-feature
-
Create a Pull Request:
- Go to your fork on !(https://github.com/yourname/keycloak-custom-event-listener).
- Click on the "New Pull Request" button.
- Fill in the details of your pull request.
- Click on the "Create Pull Request" button.
- Wait for the maintainers to review your pull request.