to contribute to HCDS Topics do the next steps
- Click the
Forkbutton at the top right of this page. - Clone your forked repository to your local machine.
git clone https://github.com/your-username/your-repo.gitgit 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 Requestsand thenNew Pull Request. - Select your branch from the
comparedropdown. - 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!