Thank you for considering contributing to Qodo Gen! We welcome contributions from the community and are excited to see what you can bring to the project.
-
Fork the repository: Click the "Fork" button at the top right corner of this repository to create a copy of the repository on your GitHub account.
-
Clone your fork: Clone your forked repository to your local machine using the following command:
git clone https://github.com/YOUR-USERNAME/Qodo-Gen.git
-
Create a branch: Create a new branch for your contribution. Use a descriptive name for your branch to identify the feature or fix you are working on.
git checkout -b feature/your-feature-name
-
Make your changes: Make the necessary changes in your local repository.
-
Commit your changes: Commit your changes with a clear and concise commit message.
git add . git commit -m "Add your commit message here"
-
Push to your fork: Push your changes to your forked repository on GitHub.
git push origin feature/your-feature-name
-
Create a Pull Request: Go to the original repository on GitHub and create a pull request from your forked repository. Provide a detailed description of your changes and any relevant information.
If you encounter any issues or have feature requests, please follow these steps:
-
Check existing issues: Before creating a new issue, please check the existing issues to see if your issue or feature request has already been reported.
-
Create a new issue: If you cannot find an existing issue, create a new issue with a clear and descriptive title. Provide as much detail as possible, including steps to reproduce the issue, expected behavior, and any relevant screenshots or code snippets.
-
Label your issue: Use appropriate labels to categorize your issue (e.g., bug, enhancement, question).
We expect all contributors to adhere to our Code of Conduct. Please read the Code of Conduct before participating in the project.
Thank you for contributing to Qodo Gen!