Thank you for your interest in contributing to VuTR!
We welcome contributions from everyone, whether you are an experienced developer or a beginner.
This project is licensed under the GPLv2 license. By contributing to this project, you agree to license your contributions under the same license.
- Fork the repository on GitHub.
- Clone your fork of the repository to your local machine.
- Create a new branch for your changes. You can name the branch anything you like, but it is recommended to use a descriptive name that summarizes the changes you are making.
- Make your changes to the code. Before submitting your changes, make sure they are well-tested and follow the project's coding style and conventions.
- Add documentation and tests for your changes.
- Commit your changes with a descriptive commit message.
- Push your changes to your fork of the repository.
- Create a pull request (PR) against the upstream repository. Make sure to provide a clear and detailed description of your changes in the PR description. Code style and conventions
- We follow the PEP 8 style guide for Python code, and the Dockerfile best practices for Dockerfile. Please make sure your code follows these style guides and conventions.
If you find a bug or issue with the project, please report it by opening a new issue on GitHub. Please provide a clear and detailed description of the issue, along with any relevant information that may help us reproduce and fix the issue.
If you need help with the project or have any questions, feel free to open a new issue on GitHub, sending a message to us at rarediseasegenomics.org.
Thank you for your contributions!