Thanks for your interest in contributing to Code Review Trends!
This project is licensed under the Functional Source License (FSL-1.1-Apache-2.0). By submitting a contribution, you agree that your contribution will be licensed under the same terms.
Important: The FSL is a source-available license, not an open-source license. It prohibits commercial use that competes with this project. On the Change Date (2028-02-14), the code converts to the Apache License 2.0. See the LICENSE file for full details.
- Open a GitHub Issue with a clear description.
- Include steps to reproduce, expected behavior, and actual behavior.
- For security vulnerabilities, see SECURITY.md instead.
If you know of an AI code review bot that we're not tracking:
- Check the current bot list.
- Open an issue with the bot's GitHub login, product name, and website.
- Or submit a PR — see Adding a New Bot in AGENTS.md.
- Fork the repository and create a branch:
<type>/<short-description>(e.g.,fix/chart-tooltip,feat/new-metric). - Follow the conventions in AGENTS.md.
- Ensure all checks pass:
npm run lint,npm run build --workspace=app,npm run test:e2e --workspace=app. - Open a pull request against
main.
npm install
npm run dev # Starts ClickHouse (Docker) + Next.js dev serverSee AGENTS.md for detailed setup instructions, pipeline tools, and testing guides.
Be respectful and constructive. We're building something useful for the developer community — let's keep it welcoming.