From a6c99ac28ad0264a87130e991736f08e9b94ecd0 Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Sun, 12 Feb 2017 01:18:18 +0900 Subject: [PATCH] Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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..f0bc2527d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ + +Hey! + +Type: bug fix | new feature | code quality | documentation + +Link to issue: + +**In raising this pull request, I confirm the following (please check boxes):** + +- [ ] I have read and understood the [Contributing Guidelines](https://github.com/SocialConnect/auth/blob/master/.github/CONTRIBUTING.md). +- [ ] I have checked that another pull request for this purpose does not exist. +- [ ] I wrote some tests for this PR. + +Small description of change: + +Thanks :smiley_cat: