mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 08:49:13 +00:00
docs: Contribution guide in readme (#1879)
This commit is contained in:
parent
4a2ca5a1e8
commit
48e3f90db4
@ -19,6 +19,15 @@ We add the label "good first issue" for problems we think are a good starting po
|
||||
* [Issues for first time contributors](https://github.com/caos/zitadel/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
|
||||
* [All issues](https://github.com/caos/zitadel/issues)
|
||||
|
||||
### Make a PR
|
||||
|
||||
If you like to contribute fork the ZITADEL repository. After you implemented the new feature create a PullRequest in the ZITADEL reposiotry.
|
||||
|
||||
Make sure you use semantic release.
|
||||
feat: New Feature
|
||||
fix: Bug Fix
|
||||
docs: Documentation
|
||||
|
||||
## Want to start ZITADEL?
|
||||
|
||||
Checkout the following chapters to start ZITADEL locally.
|
||||
|
@ -90,7 +90,7 @@ Delegate the right to assign roles to another organization
|
||||
|
||||
## How To Contribute
|
||||
|
||||
Details need to be announced, but feel free to contribute already. As long as you are okay with accepting to contribute under this projects OSS [License](./LICENSE) you are fine.
|
||||
Details about how to contribute you can find in the [Contribution Guide](CONTRIBUTING.md)
|
||||
|
||||
## Security
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user