This is a place to practice the pull-request workflow using git and GitHub.
To complete this exercise, follow steps below:
- Sign up for an account on GitHub
- Fork this repository to your own account
- Clone your forked repository to development machine
- Create a new local branch from
main
branch and updatecontributors.md
file adding your name in a new line - Commit and push changes to your repository on GitHub
- Raise a pull request from your repository against this repository requesting to pull changes from your new branch
- Wait for pull request to be reviewed, make any suggested changes and ensure that changes are merged