Thank you for your interest in contributing to Physio QA! As this project is in its early stages, we greatly appreciate any contributions you make.
If you encounter any bugs or issues, please create an issue in the GitHub repository with a detailed description. Be as specific as possible:
- What were you trying to accomplish?
- What steps did you take?
- What was the expected outcome?
- What actually happened?
We are always open to suggestions for improvement! Feel free to create an issue to suggest a feature or enhancement. Explain why this change would be beneficial and how it fits into the project.
If you've fixed a bug or implemented a feature, please send a pull request! Here's how you can do it:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes in this branch.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request against the main branch of the physio_qa_dl repository.
Please note that this project is released with a GitHub Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
If you have any questions, please feel free to create an issue in the repository detailing your query. We'll try to respond as soon as possible.
Thank you for contributing to Physio QA!