Welcome to the "ContributeCode" page of our documentation. Here you can find information on how to contribute to the codebase of our project.
Contribution Guidelines
- Fork the Repository: Before you start contributing, fork the main repository to your own GitHub account.
- Create a Branch: For each feature or bug fix, create a new branch from the main branch.
- Code Standards: Follow our Code Standards to ensure consistency.
- Commit Messages: Write clear and concise commit messages.
- Pull Requests: Submit a pull request with your changes.
Testing
- Local Testing: Make sure your changes work as expected on your local machine.
- Continuous Integration: Use our CI pipeline to test your code against our standards.
Communication
- Join our Developer Forum to discuss your contributions and get feedback.
Code Contribution