From 5fd16611fa003dfa085ff9bf9a1b0156845b9cf9 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Fri, 21 Jun 2019 20:57:56 +0800 Subject: [PATCH 1/3] Add Arabic and Indonesian issue templates --- .github/ISSUE_TEMPLATE/ar.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/id.md | 15 +++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ar.md create mode 100644 .github/ISSUE_TEMPLATE/id.md diff --git a/.github/ISSUE_TEMPLATE/ar.md b/.github/ISSUE_TEMPLATE/ar.md new file mode 100644 index 0000000000..498d1aaeba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ar.md @@ -0,0 +1,16 @@ +--- +name: عربى +about: الإبلاغ عن مشكلة باللغة العربية +labels: +- l/ar +--- + + +**الأوامر المطلوبة لإعادة إظهار المشكلة**: +  +**النتيجة الكاملة للأمر الذي تعذّر تنفيذه**: +  +**نتيجة الأمر `minikube logs`**: +  +**إصدار نظام التشغيل المُستخدَم**: diff --git a/.github/ISSUE_TEMPLATE/id.md b/.github/ISSUE_TEMPLATE/id.md new file mode 100644 index 0000000000..6049f5b1f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/id.md @@ -0,0 +1,15 @@ +--- +name: Bahasa Indonesia +about: Laporkan masalah dalam Bahasa Indonesia +labels: +- l/id +--- + +  +**Perintah yang diperlukan untuk merekonstruksi masalah**: +  +**Output penuh dari perintah yang gagal**: +  +**Output dari perintah `minikube logs`**: +  +**Versi sistem operasi yang digunakan**: From 53eddb4e6444415bc55ea2f92371557d680e7c76 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Mon, 24 Jun 2019 09:35:01 +0800 Subject: [PATCH 2/3] Rename en-US so that it comes first in list --- .github/ISSUE_TEMPLATE/{en-US.md => __en-US.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{en-US.md => __en-US.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/en-US.md b/.github/ISSUE_TEMPLATE/__en-US.md similarity index 100% rename from .github/ISSUE_TEMPLATE/en-US.md rename to .github/ISSUE_TEMPLATE/__en-US.md From 80ded8a1c51c6843d5cc3030f006ce38f9f5c861 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Mon, 24 Jun 2019 09:35:17 +0800 Subject: [PATCH 3/3] Use inline label format, simplify reporting text --- .github/ISSUE_TEMPLATE/ar.md | 5 ++--- .github/ISSUE_TEMPLATE/es.md | 7 +++---- .github/ISSUE_TEMPLATE/id.md | 5 ++--- .github/ISSUE_TEMPLATE/pt-BR.md | 5 ++--- .github/ISSUE_TEMPLATE/zh-CN.md | 7 +++---- 5 files changed, 12 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ar.md b/.github/ISSUE_TEMPLATE/ar.md index 498d1aaeba..20b316c9b3 100644 --- a/.github/ISSUE_TEMPLATE/ar.md +++ b/.github/ISSUE_TEMPLATE/ar.md @@ -1,8 +1,7 @@ --- name: عربى -about: الإبلاغ عن مشكلة باللغة العربية -labels: -- l/ar +about: بلغ عن خطأ +labels: l/ar --- diff --git a/.github/ISSUE_TEMPLATE/es.md b/.github/ISSUE_TEMPLATE/es.md index 56492819eb..42a40a6a52 100644 --- a/.github/ISSUE_TEMPLATE/es.md +++ b/.github/ISSUE_TEMPLATE/es.md @@ -1,8 +1,7 @@ --- -name: Español -about: Reportar un problema en Español -labels: -- l/es +name: Español +about: Reportar un problema +labels: l/es ---   diff --git a/.github/ISSUE_TEMPLATE/id.md b/.github/ISSUE_TEMPLATE/id.md index 6049f5b1f3..da4760b596 100644 --- a/.github/ISSUE_TEMPLATE/id.md +++ b/.github/ISSUE_TEMPLATE/id.md @@ -1,8 +1,7 @@ --- name: Bahasa Indonesia -about: Laporkan masalah dalam Bahasa Indonesia -labels: -- l/id +about: Laporkan masalah +labels: l/id ---   diff --git a/.github/ISSUE_TEMPLATE/pt-BR.md b/.github/ISSUE_TEMPLATE/pt-BR.md index f2f2c5b764..48d1156d20 100644 --- a/.github/ISSUE_TEMPLATE/pt-BR.md +++ b/.github/ISSUE_TEMPLATE/pt-BR.md @@ -1,8 +1,7 @@ --- name: Português -about: Reportar um problema em Português -labels: -- l/pt-BR +about: Comunicar um problema +labels: l/pt-BR ---   diff --git a/.github/ISSUE_TEMPLATE/zh-CN.md b/.github/ISSUE_TEMPLATE/zh-CN.md index ea7ff7cd24..0c25ecf291 100644 --- a/.github/ISSUE_TEMPLATE/zh-CN.md +++ b/.github/ISSUE_TEMPLATE/zh-CN.md @@ -1,8 +1,7 @@ --- -name: 中文 Chinese -about: Report issue in Chinese (中文) -labels: -- l/zh-CN +name: 中文 +about: 报告问题 +labels: l/zh-CN ---