Unkey is not accepting external pull requests at this time. Pull requests from people outside the Unkey team won’t be reviewed or merged. Issues remain open for bug reports, feature requests, and documentation feedback. This guide is for Unkey team members working in this repository.Documentation Index
Fetch the complete documentation index at: https://engineering.unkey.com/llms.txt
Use this file to discover all available pages before exploring further.
Before you start
Discuss significant work before writing code. Use GitHub Issues, Linear, project docs, or the relevant Slack channel so the team can review context asynchronously. For bug fixes, documentation updates, and small follow-ups, link the issue or context in the pull request.House rules
Issue and PR guidelines
- Before submitting a new issue or PR, check existing issues and PRs.
- Create or link an issue for work that needs tracking.
- Reference the issue in your PR using
fixes #123orrefs #123. - Explain what changed, why it changed, and how you verified it.
Approval process
Requires prior alignment:- New features
- Refactoring work
- Changes to core functionality
- UI or UX changes
- Bug fixes
- Security improvements
- Documentation updates
- Typo corrections

