Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.63 KB

CONTRIBUTING.md

File metadata and controls

41 lines (33 loc) · 1.63 KB

Contributing to medical information Bangladesh

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.

How to Contribute

To contribute, please follow these steps:

1. Fork the repository

Click the "Fork" button in the top-right corner of the repository page to create a copy of the project in your GitHub account.

2. Clone the repository

Clone the forked repository to your local machine using the following command:

git clone git@github.com:Cipher-Text/medical-information-bangladesh.git

3. Create a new branch

Create a new branch for your contribution using the following command:

git checkout -b feature/add-information

4. Make your changes

Make your changes to the project. You can add new data, update existing data, fix bugs, or improve documentation.

5. Commit your changes

Commit your changes to the branch using the following command:

git commit -am "Add new information"

6. Push your changes

Push your changes to your fork on GitHub using the following command:

git push origin feature/add-information

7. Create a pull request

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.

Contribution Guidelines

To ensure a smooth and effective contribution process, please adhere to the following guidelines:

  • Be respectful: Treat other contributors with respect and kindness.