Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

52 lines (37 loc) · 1.76 KB

Contributing to SplitIt

Welcome to SplitIt! We appreciate your interest in contributing. By contributing to this project, you agree to abide by our Code of Conduct. Please take a moment to review it before proceeding.

How to Contribute

  1. Fork the Repository:

    • Fork the repository to your GitHub account.
  2. Clone the Repository:

    • Clone the forked repository to your local machine.
      git clone https://github.com/mihir09/SplitIt.git
      cd SplitIt
  3. Create a Branch:

    • Create a new branch for your contribution.
      git checkout -b feature/your-feature-name
  4. Make Changes:

    • Implement your changes or add new features. Please ensure your code follows our coding standards.
  5. Commit Changes:

    • Commit your changes with a descriptive commit message.
      git commit -m "Add your descriptive commit message"
  6. Push Changes:

    • Push your changes to your forked repository.
      git push origin feature/your-feature-name
  7. Submit a Pull Request (PR):

    • Open a pull request from your forked repository to the main repository. Provide a clear title and description for your changes.
  8. Code Review:

    • Participate in the code review process by responding to feedback and making necessary changes.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms. See CODE_OF_CONDUCT.md for details.

Reporting Issues

If you encounter any issues or have suggestions for improvements, please open an issue on the Issues page.

Thank you for contributing to [Your Project Name]! 🚀