Add another checkbox to pull request template form

This commit is contained in:
Samantha McVey 2016-11-10 03:01:11 -08:00
parent 2a9487c840
commit 94787745d5
No known key found for this signature in database
GPG Key ID: A68DF012C3881D62

View File

@ -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!