We welcome contributions from anyone interested in improving healthcare data accessibility in Bangladesh. Whether you're a developer, healthcare professional, or data enthusiast, your input is valuable.
To contribute, please follow these steps:
Click the "Fork" button in the top-right corner of the repository page to create a copy of the project in your GitHub account.
Clone the forked repository to your local machine using the following command:
git clone git@github.com:Cipher-Text/medical-information-bangladesh.git
Create a new branch for your contribution using the following command:
git checkout -b feature/add-information
Make your changes to the project. You can add new data, update existing data, fix bugs, or improve documentation.
Commit your changes to the branch using the following command:
git commit -am "Add new information"
Push your changes to your fork on GitHub using the following command:
git push origin feature/add-information
Open a pull request on the original repository page with a clear description of your changes. A project maintainer will review your contribution and merge it if it meets the project's guidelines.
To ensure a smooth and effective contribution process, please adhere to the following guidelines:
- Be respectful: Treat other contributors with respect and kindness.