Provides some useful templates for daily git workflow.
To set a default template for git commit message please use the following command:
git config --global commit.template PATH_TO_THE_REPO/.gitmessage
To set a default pull request template on GitHub please copy .github/pull_request_template.md
into YOUR_REPOSITORY/.github/pull_request_template.md
.