Contributing
We welcome contributions to YADRMS! Please review the following guidelines before submitting a pull request.
How to Contribute
- Fork the Repository: Create your fork and clone it locally.
- Create a Branch: Use a descriptive name for your branch.
- Make Changes: Follow the coding guidelines and document your changes.
- 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!