Thank you for considering contributing to this project! We welcome contributions from the community and are grateful for your support.
If you find a bug, please report it by opening an issue on our GitHub Issues page. Include as much detail as possible to help us understand and reproduce the issue.
We welcome suggestions for new features. Please open an issue on our GitHub Issues page and describe the feature you would like to see, along with any relevant use cases.
-
Fork the Repository: Click the "Fork" button on the top right of the repository page to create a copy of the repository on your GitHub account.
-
Clone the Forked Repository: Clone your forked repository to your local machine.
git clone https://github.com/rkarmaka/BIA-QC.git
-
Create a Branch: Create a new branch for your feature or bug fix.
git checkout -b feature-or-bugfix-name
-
Make Changes: Make your changes to the codebase.
-
Commit Changes: Commit your changes with a descriptive commit message.
git commit -m "Description of the changes"
-
Push Changes: Push your changes to your forked repository.
git push origin feature-or-bugfix-name
-
Open a Pull Request: Go to the original repository and open a pull request. Provide a clear description of the changes and any relevant information.
Please follow the existing code style and conventions used in the project. This helps maintain consistency and readability.
Ensure that your changes do not break existing tests and, if applicable, add new tests for your changes. Run the tests locally before submitting your pull request.
If your changes affect the documentation, please update the relevant documentation files accordingly.
Thank you for your contributions!