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

  1. Fork the Repository: Before you start contributing, fork the main repository to your own GitHub account.
  2. Create a Branch: For each feature or bug fix, create a new branch from the main branch.
  3. Code Standards: Follow our Code Standards to ensure consistency.
  4. Commit Messages: Write clear and concise commit messages.
  5. Pull Requests: Submit a pull request with your changes.

Testing

  1. Local Testing: Make sure your changes work as expected on your local machine.
  2. Continuous Integration: Use our CI pipeline to test your code against our standards.

Communication

Code Contribution

Additional Resources