diff options
author | Adam Bard <github@adambard.com> | 2016-02-17 21:59:45 -0800 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2016-02-17 21:59:45 -0800 |
commit | c05d65750c10bcbb4bc423b4dd56e8a71759281f (patch) | |
tree | 3c670c8e3101784f261cff39b70faa0ff71fc98b /PULL_REQUEST_TEMPLATE.md | |
parent | 8dc3329730fcbcb2fd802dc65d2834a2eb2f1d21 (diff) |
YESSSSS!
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..3f55e3fb --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ +- [ ] PR 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. |