-
Clone the repository into your machine.
git clone https://github.com/brianraila/js-fhir.git
-
cd
into the repo
fix/<fix_name>
feat/<feature_name>
docs/<doc_change_name>
issue/<issue_number>
-
Create a new branch and checkout out to that repo.
git checkout -b fix/some-dummy-fix
-
Stage and Commit your changes
git add <filename(s) containing the changes>
- Commit
git commit -m "meaningful commit message
NOTE: Kindly provide meaningful commit messages.
-
Push the changes
git push origin fix/some-dummy-fix
-
Create a pull request for the same.
DISCLAIMER: Simply because the a PR was created doesn't mean it will be merged. However I will try as much as possible to provide justifications for why or why not.