From 94787745d58f559ddb10b0d6864b4d1bcab0adc4 Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Thu, 10 Nov 2016 03:01:11 -0800 Subject: Add another checkbox to pull request template form --- PULL_REQUEST_TEMPLATE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 3f55e3fb..6f1f000d 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,5 @@ -- [ ] PR touches only one file (or a set of logically related files with similar changes made) +- [ ] Pull request title is prepended with `[language/lang-code]` +- [ ] Pull request touches only one file (or a set of logically related files with similar changes made) - [ ] Content changes are aimed at *intermediate to experienced programmers* (this is a poor format for explaining fundamental programming concepts) -- [ ] YAML Frontmatter formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.markdown) - - [ ] Seriously, look at it now. Watch for quotes and double-check field names. +- [ ] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.markdown) + - [ ] Yes, I have double-checked quotes and field names! -- cgit v1.2.3