summaryrefslogtreecommitdiffhomepage
path: root/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorSamantha McVey <samantham@posteo.net>2016-11-10 03:01:11 -0800
committerSamantha McVey <samantham@posteo.net>2016-11-10 03:01:11 -0800
commit94787745d58f559ddb10b0d6864b4d1bcab0adc4 (patch)
treefac4bbc0897f23523ef087d97fbbd0015c53979d /PULL_REQUEST_TEMPLATE.md
parent2a9487c8407cc7ba6d532a35ed003cf9958a8158 (diff)
Add another checkbox to pull request template form
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r--PULL_REQUEST_TEMPLATE.md7
1 files 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!