From 314a5ba9832c77c46ae38426a597cce6b99f6fa0 Mon Sep 17 00:00:00 2001 From: Oren Farhi Date: Wed, 28 Feb 2018 10:32:33 +0200 Subject: [PATCH] chore(pr-template): add styleguide link for subject formatting --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3bcece70..1d181863 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,4 +26,5 @@ Make sure these boxes are checked: - [ ] link to an issue - [ ] tests are updated (added/changed/removed) - [ ] tests run successfully (local) -- [ ] tests run successfully (TravisCI) \ No newline at end of file +- [ ] tests run successfully (TravisCI) +- [ ] please follow this [styleguide](https://gist.github.com/stephenparish/9941e89d80e2bc58a153#subject-line) for this pr title \ No newline at end of file