Thanks for your interest in contributing to CommitFill 🚀
This project is still in its early stages, and contributions of all kinds are welcome.
- Fork the repository
- Clone your forked repository locally
- Copy
.env.exampleto.env - Install dependencies for both frontend and backend
- Start the development servers
Refer to the README for detailed setup instructions.
- Create a new branch
git checkout -b feature/your-feature-name
- Make your changes
- Commit with a clear message
- Push to your fork
- Open a Pull Request
- Keep changes focused and minimal
- Follow existing code style
- Test your changes where applicable
- Open an issue before making large or breaking changes
If you find a bug or have a feature idea:
- Open an issue
- Include steps to reproduce (if applicable)
- Include screenshots or logs if helpful