diff options
author | Adam Bard <github@adambard.com> | 2021-02-02 17:36:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 17:36:54 -0800 |
commit | 5db57517d69198e076f04de0f4a682519fb6922b (patch) | |
tree | 0e53790ec3da494cae26ff4042b7cd585fc60fa4 | |
parent | 61c010effcfdf6b92aa3ce0c9033a2cb4a4264e7 (diff) | |
parent | 5d1768e514c7fc950ebda836ac39b7ba6c0e1d93 (diff) |
Merge pull request #4099 from Menelion/codeowners
[xx/xx] Add Code Owners file
-rw-r--r-- | .github/CODEOWNERS | 5 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE.md (renamed from ISSUE_TEMPLATE.md) | 0 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md (renamed from PULL_REQUEST_TEMPLATE.md) | 0 |
3 files changed, 5 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/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 96278da9..96278da9 100644 --- a/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6a496409..6a496409 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md |