Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 526 Bytes

File metadata and controls

10 lines (9 loc) · 526 Bytes

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository. (Click the "Fork" button on GitHub to create your copy of the repository.)
  2. Clone your fork. (git clone https://github.com/YOUR_GITHUB_USERNAME/oidc-auth-resource-server.git)
  3. Create a feature branch (git checkout -b feature-xyz).
  4. Commit your changes (git commit -m "Add new feature").
  5. Push to your branch (git push origin feature-xyz).
  6. Open a pull request.
  7. A maintainer will review your PR and may request changes.