Thank you for your interest in contributing to CodeGenesis! We welcome contributions from the community to help make this project even better.
- Fork the Repository: Click the "Fork" button on the top right of the repository page.
- Clone Your Fork:
git clone https://github.com/yourusername/CodeGenesis.git cd CodeGenesis - Create a Branch:
git checkout -b feature/your-feature-name
- Make Changes: Implement your feature or fix.
- Commit Changes:
git commit -m "Description of your changes" - Push to GitHub:
git push origin feature/your-feature-name
- Open a Pull Request: Go to the original repository and open a Pull Request from your forked branch.
- Follow the existing code style.
- Write clear and concise commit messages.
- Add tests for new features if possible.
- Update documentation as needed.
If you find a bug or have a feature request, please open an issue on the GitHub repository. Provide as much detail as possible to help us understand and address the issue.
Thank you for contributing!