Thank you for your interest in contributing to Cortex DB! We welcome contributions from the community to help make this project better.
- Fork the repository on GitHub.
- Clone your fork locally:
git clone https://github.com/umairrx/cortex-backend.git cd cortex-backend - Create a new branch for your feature or bugfix:
git checkout -b feature/amazing-feature
- Install dependencies:
pnpm install
- Set up your environment variables (see
README.md). - Start the development server:
pnpm dev
Please follow the Conventional Commits specification for your commit messages.
feat: add new collection typefix: resolve auth timeout issuedocs: update setup instructions
- Push your branch to your fork.
- Submit a Pull Request to the
mainbranch of the original repository. - Provide a clear description of your changes and any relevant issue numbers.
- We use TypeScript for type safety.
- Ensure your code passes all linting checks (if configured).
Thank you for contributing!