Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.86 KB

File metadata and controls

52 lines (28 loc) · 1.86 KB

How to contribute to the OIDC SDK for Go

Did you find a bug?

Please file an issue here.

Bugs are evaluated every day as soon as possible.

Enhancement

Do you miss a feature? Please file an issue here

Enhancements are discussed and evaluated every Wednesday by the ZITADEL core team.

Grab an Issues

We add the label "good first issue" for problems we think are a good starting point to contribute to the OIDC SDK.

Submitting a pull request (PR)

If you like to contribute fork the OIDC repository. After you implemented the new feature create a Pull Request in the OIDC repository.

Make sure you use semantic release messages format.

<type>(<scope>): <short summary>

Type

Allowed values are listed in .github/semantic.yml under types:.

Scope

This is optional to indicate which component is affected. Allowed values are listed in .github/semantic.yml under scopes:. When in doubt, omit the scope — <type>: <short summary> is always valid.

Short summary

Provide a brief description of the change.

Want to use the library?

Checkout the examples folder for different client and server implementations.

Or checkout how we use it ourselves in our OpenSource Identity and Access Management ZITADEL.

Did you find a security flaw?