From 065812259233f505481fa70d788e4b20f5c911b9 Mon Sep 17 00:00:00 2001 From: Jack Zampolin Date: Tue, 31 Jul 2018 17:17:28 -0700 Subject: [PATCH] Add note about checking spec to the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1d91e7926d63..f7e2d0fd6f45 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ v Before smashing the submit button please review the checkboxes. v If a checkbox is n/a - please still include it but + a little note why ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> -- [ ] Linked to github-issue with discussion and accepted design +- [ ] Linked to github-issue with discussion and accepted design OR link to spec that describes this work. - [ ] Updated all relevant documentation (`docs/`) - [ ] Updated all relevant code comments - [ ] Wrote tests