Contributions are welcome! Please follow these steps:
- Fork the repository. (Click the "Fork" button on GitHub to create your copy of the repository.)
- Clone your fork. (git clone https://github.com/YOUR_GITHUB_USERNAME/oidc-auth-resource-server.git)
- Create a feature branch (git checkout -b feature-xyz).
- Commit your changes (git commit -m "Add new feature").
- Push to your branch (git push origin feature-xyz).
- Open a pull request.
- A maintainer will review your PR and may request changes.