- Fork and clone the repository.
- Create a new branch based on
master
:git checkout -b <my-branch-name>
- Make your changes, and make sure the site still builds.
- Push to your fork and submit a pull request from your branch to
master
- Pat yourself on the back and wait for your pull request to be reviewed.
- Here are a few things you have to do:
- Write a good commit message.
- Follow the style guide where possible.
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.