Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.02 KB

File metadata and controls

45 lines (32 loc) · 1.02 KB

Contributing to CommitFill

Thanks for your interest in contributing to CommitFill 🚀

This project is still in its early stages, and contributions of all kinds are welcome.


How to Contribute

Getting Started (Local Development)

  1. Fork the repository
  2. Clone your forked repository locally
  3. Copy .env.example to .env
  4. Install dependencies for both frontend and backend
  5. Start the development servers

Refer to the README for detailed setup instructions.

  1. Create a new branch
    git checkout -b feature/your-feature-name
  2. Make your changes
  3. Commit with a clear message
  4. Push to your fork
  5. Open a Pull Request

Guidelines

  • Keep changes focused and minimal
  • Follow existing code style
  • Test your changes where applicable
  • Open an issue before making large or breaking changes

Reporting Issues

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