docs: Contribution guide in readme (#1879)

This commit is contained in:
Fabi 2021-06-16 10:47:54 +02:00 committed by GitHub
parent 4a2ca5a1e8
commit 48e3f90db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -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.

View File

@ -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