to contribute to HCDS Topics do the next steps
- Click the
Fork
button at the top right of this page. - Clone your forked repository to your local machine.
git clone https://github.com/your-username/your-repo.git
git checkout -b hcds-your-github-username
- Add new folders or files as needed.
- Commit your changes.
git add ./
git commit -m "Add new topics"
- Push your changes to your forked repository.
git push origin hcds-your-github-username
- Go to the original repository on GitHub.
- Click on
Pull Requests
and thenNew Pull Request
. - Select your branch from the
compare
dropdown. - Click
Create Pull Request
.
- Your pull request will be reviewed
- Make any requested changes.
- Once approved, your pull request will be merged.
- Do not delete existing files or folders unless explicitly discussed and approved.
- Ensure your changes do not break the build or existing functionality.
Thank you for your contribution!