This page provides a guide on how to commit contributions to our platform. Whether you're adding new features, fixing bugs, or contributing to documentation, we appreciate your efforts.

Steps to Commit

  1. Fork the Repository 🔄

    • Go to the main repository and fork it to your own account.
  2. Create a New Branch 📝

    • Create a new branch from the latest master branch for your specific contribution.
  3. Make Changes ✏️

    • Make your contributions in the new branch. Ensure your code is well-commented and follows our coding standards.
  4. Commit and Push 🔧

    • Commit your changes and push the branch to your fork.
  5. Open a Pull Request 🔍

    • Go back to the main repository, open a pull request from your branch to the master branch.
    • Provide a clear description of your changes.
  6. Review and Merge 🔄

    • The maintainers will review your pull request. If everything looks good, they will merge your changes.

Best Practices

  • Use Descriptive Commit Messages 📝

    • A good commit message should describe what was changed and why.
  • Run Tests 🚀

    • Make sure your changes do not break existing functionality.
  • Contribute to Documentation 📚

    • We encourage contributions to our documentation to make it more comprehensive.

Further Reading

For more detailed information, check out our Contribution Guidelines.


[center] Commit Process