Skip to main content

Contributing

We welcome contributions to YADRMS! Please review the following guidelines before submitting a pull request.

How to Contribute

  1. Fork the Repository: Create your fork and clone it locally.
  2. Create a Branch: Use a descriptive name for your branch.
  3. Make Changes: Follow the coding guidelines and document your changes.
  4. Submit a PR: Ensure that all tests pass and the CI/CD pipelines are green.

Code Style & Guidelines

  • Follow the Python style guide for the backend and JavaScript/TypeScript best practices for the frontend.
  • Update the documentation if your changes affect the behavior of YADRMS.
  • Please read the How-To-Code.md file in the repository for additional instructions.

Thank you for your interest in contributing!