Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

39 lines (34 loc) · 1.27 KB

Contributing to Keycloak Custom Event Listener Application

Thank you for considering contributing to this project! Your contributions are what make this project great.

How to Contribute

  1. Fork the repository: Create your own copy of the repository by clicking on the "Fork" button on the top right of the page.

  2. Clone your fork:

    git clone https://github.com/yourusername/keycloak-custom-event-listener.git
    cd yourrepository
  3. Create a new branch:

    git checkout -b new-feature
  4. 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.
  5. Commit your changes:

    git commit -am 'Add new feature or fix'
  6. Push your changes:

    git push origin new-feature
  7. Create a Pull Request: