From dca86252d0906a00518a34aac65ab8731d5974e6 Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Sun, 18 Jun 2017 15:38:19 -0700 Subject: [PATCH] docs: Add a pull request template file Add a pull request template to tell contributors that their commits should follow the project's git commit guidelines before submitting a pull request. --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..3a9e0a2e4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +- [ ] Commits follow our [git commit guidelines](https://github.com/qTox/qTox/blob/master/CONTRIBUTING.md#git-commit-guidelines)