We welcome contributions to Carai! This document outlines the process for contributing to this project.
By participating in this project, you agree to abide by our Code of Conduct.
- Fork the repository
- Create a new branch:
git checkout -b feature/YourFeatureName
- Make your changes
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/YourFeatureName
- Submit a pull request
- Ensure your code adheres to the existing style.
- Include tests for new features or bug fixes.
- Update documentation as necessary.
- Describe your changes in detail in the pull request description.
git clone https://github.com/xosnrdev/carai.git
cd carai/web
pnpm install
pnpm dev
Use the GitHub Issues tab to report bugs. Please include:
- A clear, descriptive title
- Steps to reproduce the issue
- Expected and actual results
We welcome feature requests. Please use the GitHub Issues tab and provide:
- A clear, descriptive title
- Detailed description of the proposed feature
- Any relevant examples or use cases
Feel free to open an issue for any questions about contributing.
Thank you for contributing to Carai!