Welcome to the MammoSCAN project! This project involves analyzing medical data to detect Breast Cancer.
We welcome contributions from everyone, including beginners! To contribute to MammoSCAN, please follow the instructions below:
If you are a contributor to this project, please follow these steps:
-
Clone the repository:
git clone https://github.com/Moroccan-Data-Scientists/MammoSCAN.git
-
Switch to the development branch:
git checkout development
-
Make your changes and commit them:
git commit -m "Your commit message"
-
Push your changes to the development branch:
git push origin development
-
Create a pull request to merge your changes into the main branch.
If you are not a contributor to this project, you can still contribute by following these steps:
-
Fork the repository to your own GitHub account.
-
Clone the forked repository to your local machine:
git clone https://github.com/your-username/MammoSCAN.git
-
Make your changes and commit them:
git commit -m "Your commit message"
-
Push your changes to your forked repository:
git push origin master
-
Create a pull request from your forked repository to the main repository.
Thank you for your contributions to MammoSCAN!