Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.57 KB

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 1.57 KB

Contributing to the Authn and Authz Project

Thank you for your interest in contributing to the Project! We welcome contributions from anyone, whether you're a seasoned developer or just getting started.

Getting Started

To get started contributing, you should engage using a fork and pull request flow:

  1. Fork the repository on GitHub.
  2. Clone your forked repository to your local machine.
  3. Create a new branch for your changes.
  4. Make your changes and commit them to your branch (use signed commits)
  5. Push your changes to your forked repository on GitHub.
  6. Open a pull request to merge your changes into the main repository.

Additional information on the fork workflow can also be found in the Github Docs, fork a repo.

Issue Tracker

If you're looking for something to work on, check out our issue tracker. We may have a list of open issues that we'd love your help with!

If you find a bug or have a feature request, please open a new issue on the issue tracker. Be sure to include a detailed description of the issue or feature you're requesting. Please have a look at SECURITY.MD before submitting any security issues.

Code of Conduct

We expect all contributors to follow our Code of Conduct. Please read it carefully before contributing.

License

By contributing to this project, you agree that your contributions will be licensed under the MIT License.