diff options
author | Lilian Besson <Naereen@users.noreply.github.com> | 2021-01-30 13:09:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-30 13:09:22 +0100 |
commit | 0cc8cb44234e168738baf640e96ffbeb3c69cfd4 (patch) | |
tree | be666e6a427ce96a68a2508ad455e1149c8ce559 /PULL_REQUEST_TEMPLATE.md | |
parent | 80a17c6bb982c20eb5128f1166a8acd6cd538134 (diff) |
Update PULL_REQUEST_TEMPLATE.md
I added two examples for the title `[language/lang-code]`, it always confuses me to know if it should be python/fr-fr or fr-fr/python: both are languages and lang-code!
It can only be useful to add examples :ok_hand: !
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 2 |
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) |