packages/twenty-docs/developers/contribute/capabilities/bug-and-requests.mdx
To report a bug, please create an issue on GitHub.
You can also ask for help on Discord.
If you're not sure if it's a bug, and you feel it's closer to a feature request, then you should probably open a discussion instead.
Contributing code to Twenty starts with a pull request (PR).
git clone https://github.com/YOUR_USERNAME/twenty.git
cd twenty
git remote add upstream https://github.com/twentyhq/twenty.git
git checkout -b feature/your-feature-name
Use descriptive branch names:
feature/add-export-buttonfix/login-redirect-issuedocs/update-api-guidegit push origin feature/your-feature-name