Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 3.78 KB

File metadata and controls

52 lines (30 loc) · 3.78 KB

Contributing to OpenFGA projects

A big welcome and thank you for considering contributing to the OpenFGA open source projects. It’s people like you that make it a reality for users in our community.

Reading and following these guidelines will help us make the contribution process easy and effective for everyone involved. It also communicates that you agree to respect the time of the developers managing and developing these open source projects. In return, we will reciprocate that respect by addressing your issue, assessing changes, and helping you finalize your pull requests.

Table of Contents

Code of Conduct

By participating and contributing to this project, you are expected to uphold our Code of Conduct.

Getting Started

Making Changes

When contributing to a repository, the first step is to open an issue to discuss the change you wish to make before making them.

Opening Issues

Before you submit a new issue please make sure to search all open and closed issues. It is possible your feature request/issue has already been answered. Make sure to also check the OpenFGA discussions.

The repo includes an issue template that will walk through all the places to check before submitting your issue here. Please follow the instructions there to make sure this is not a duplicate issue and that we have everything we need to research and reproduce this problem.

If you have found a bug or if you have a feature request, please report them in the repo issues. Cross-SDK bugs and feature requests can be additionally reported in the sdk-generator repo issues section, where the individual SDK issue is then linked.

Please do not report security vulnerabilities on the public GitHub issue tracker.

Submitting Pull Requests

Feel free to submit a Pull Request against this repository. Please make sure to follow the existing code style and include tests where applicable.

Some files in this repository are autogenerated. These files have a comment at the top indicating that they are autogenerated and should not be modified directly - the files are usually identified by a header marking them as such, or by their inclusion in .openapi-generator/FILES. Changes to these files should be made in the sdk-generator repository in tandem, so please consider additionally submitting your Pull Requests to the sdk-generator and linking the two PRs together and to the corresponding issue. This will greatly assist the OpenFGA team in being able to give timely reviews as well as deploying fixes and updates to our other SDKs as well.

Getting in touch

Have a question or problem?

Please do not open issues for general support or usage questions. Instead, join us over in the OpenFGA discussions or support community.

Vulnerability Reporting

Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.