2020-10-16 12:13:02 +00:00
# How to contribute to ZITADEL
2021-06-01 07:55:08 +00:00
## Did you find a bug?
2020-10-16 12:13:02 +00:00
2022-04-26 23:01:45 +00:00
Please file an issue [here ](https://github.com/zitadel/zitadel/issues/new?assignees=&labels=bug&template=bug_report.md&title= ).
2020-11-17 08:33:07 +00:00
2021-06-01 07:55:08 +00:00
Bugs are evaluated every day as soon as possible.
## Enhancement
2022-04-26 23:01:45 +00:00
Do you miss a feature? Please file an issue [here ](https://github.com/zitadel/zitadel/issues/new?assignees=&labels=enhancement&template=feature_request.md&title= )
2021-06-01 07:55:08 +00:00
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 ZITADEL.
2022-04-26 23:01:45 +00:00
* [Issues for first time contributors ](https://github.com/zitadel/zitadel/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 )
* [All issues ](https://github.com/zitadel/zitadel/issues )
2021-06-01 07:55:08 +00:00
2021-06-16 08:47:54 +00:00
### 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.
2021-07-06 11:55:57 +00:00
Make sure you use semantic release:
* feat: New Feature
* fix: Bug Fix
* docs: Documentation
2021-06-16 08:47:54 +00:00
2021-06-01 07:55:08 +00:00
## Want to start ZITADEL?
Checkout the following chapters to start ZITADEL locally.
### Build for local development
* Check out our [development guide ](guides/development.md ).
### Quick start
* Check out our [quick start guide ](guides/quickstart.md ).
2020-11-17 08:33:07 +00:00
2020-10-16 12:13:02 +00:00
## **Did you find a security flaw?**
* Please read [Security Policy ](SECURITY.md ).