Thank you for considering contributing to PatchMind – the AI-powered Git patch assistant.
- Fork the repository
- Create a new branch:
git checkout -b your-feature - Commit your changes with clear messages
- Push to your fork:
git push origin your-feature - Open a Pull Request with a clear description of what you changed
- Make sure your changes pass existing workflows and linting checks
- Update or add documentation in
/docsas needed - Write tests for new features if applicable
Open an issue or join discussions on the GitHub Issues page.