diff options
author | Andre Polykanine <ap@oire.me> | 2021-01-31 16:08:39 +0100 |
---|---|---|
committer | Andre Polykanine <ap@oire.me> | 2021-01-31 16:08:39 +0100 |
commit | 5d1768e514c7fc950ebda836ac39b7ba6c0e1d93 (patch) | |
tree | 5a181a53928c16e0d6ee4e43daefd5b7def9a69e /.github | |
parent | be0993f839700ac644f23f50444dd98d9675384f (diff) |
[xx/xx] Add Code Owners file
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 5 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 15 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 6 |
3 files changed, 26 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..7bc9d01b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +/fr-fr/ @vendethiel
+/ru-ru/ @Menelion
+/uk-ua/ @Menelion
+/zh-cn/ @geoffliu
+/zh-tw/ @geoffliu
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..96278da9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ +## Is this a major issue that you cannot fix? + +**Being a community driven documents of languages and tools,"YOUR" contributions +are also important. +If the issue you're reporting is trivial to report to maintainers why not contribute +to fix it. In that way, you will have contributed to an awesome open-source project. +The changes can be typo fix, fixing of data in examples or grammar fix. If you found it, +why not do it and take full credit for it?** + +Make sure the issue title is prepended with '[language/lang-code]' if the language is +already on the site. +If it's a request for a new language, use: '[Request] [language/lang-code]' + +Issues are always welcome. If you are able and willing, we welcome any pull requests +as this is a community powered project. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..6a496409 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +- [ ] 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]` (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) + - [ ] Yes, I have double-checked quotes and field names! |