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
Fork the Repository 🔄
- Go to the main repository and fork it to your own account.
Create a New Branch 📝
- Create a new branch from the latest
master
branch for your specific contribution.
- Create a new branch from the latest
Make Changes ✏️
- Make your contributions in the new branch. Ensure your code is well-commented and follows our coding standards.
Commit and Push 🔧
- Commit your changes and push the branch to your fork.
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.
- Go back to the main repository, open a pull request from your branch to the
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]