summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndre Polykanine <ap@oire.me>2021-01-31 13:23:49 +0100
committerGitHub <noreply@github.com>2021-01-31 13:23:49 +0100
commitbe0993f839700ac644f23f50444dd98d9675384f (patch)
treebe666e6a427ce96a68a2508ad455e1149c8ce559
parent80a17c6bb982c20eb5128f1166a8acd6cd538134 (diff)
parent0cc8cb44234e168738baf640e96ffbeb3c69cfd4 (diff)
Merge pull request #4096 from Naereen/patch-6
Update PULL_REQUEST_TEMPLATE.md
-rw-r--r--PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index fd9d1b31..6a496409 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -1,5 +1,5 @@
- [ ] I solemnly swear that this is all original content of which I am the original author
-- [ ] Pull request title is prepended with `[language/lang-code]`
+- [ ] Pull request title is prepended with `[language/lang-code]` (example `[python/fr-fr]` or `[java/en]`)
- [ ] 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)
- [ ] 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)