From 29ed73ba92b18528dd57a9bd8bef10966a54331b Mon Sep 17 00:00:00 2001 From: Aaron Junker Date: Tue, 6 Apr 2021 01:36:11 +0200 Subject: [PATCH] Dev/aaron junker/localisation GitHub template (#10443) * Create translation_issue.yml * Update translation_issue.yml * Update translation_issue.yml * Update translation_issue.yml * Update translation_issue.yml * Update translation_issue.yml * Update translation_issue.yml * Update translation_issue.yml * Update translation_issue.yml * Update translation_issue.yml * Update translation_issue.yml * Update translation_issue.yml * Update translation_issue.yml * Update translation_issue.yml * Create test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Delete test.yml * Delete translation_issue.md * Update translation_issue.yml * Update translation_issue.yml * Update translation_issue.yml Co-authored-by: Clint Rutkas --- .github/ISSUE_TEMPLATE/translation_issue.md | 30 --------- .github/ISSUE_TEMPLATE/translation_issue.yml | 71 ++++++++++++++++++++ 2 files changed, 71 insertions(+), 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/translation_issue.md create mode 100644 .github/ISSUE_TEMPLATE/translation_issue.yml diff --git a/.github/ISSUE_TEMPLATE/translation_issue.md b/.github/ISSUE_TEMPLATE/translation_issue.md deleted file mode 100644 index 9aede82c0f..0000000000 --- a/.github/ISSUE_TEMPLATE/translation_issue.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: 📖 Localization/Translation issue -about: Report incorrect translations. -title: '' -labels: Issue-Bug,Area-Localization,Issue-Translation,Triage-Needed -assignees: '' - ---- - -## ℹ Computer information - -- PowerToys version: -- PowerToy utility: -- Language: - -## 📝 Provide where the issue is / 📷 Screenshots - -_Are there any useful screenshots? WinKey+Shift+S and then just paste them directly into the form_ - -### ❌ Actual phrase(s) - -_What is there?_ - -### ✔️ Expected phrase(s) - -_What do you expect?_ - -### ℹ Why is the current translation wrong - -_If it is opinion based issue, why do you feel this is incorrect? Example: term is outdated_ diff --git a/.github/ISSUE_TEMPLATE/translation_issue.yml b/.github/ISSUE_TEMPLATE/translation_issue.yml new file mode 100644 index 0000000000..05f9289fc4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/translation_issue.yml @@ -0,0 +1,71 @@ +name: "🌐 Localization/Translation issue" +description: Report incorrect translations. +title: '' +labels: +- Issue-Bug +- Area-Localization +- Issue-Translation +- Triage-Needed +assignees: '' +issue_body: true +body: +- type: markdown + attributes: + value: | + Please make sure to [search for existing issues](https://github.com/microsoft/PowerTOys/issues) before filing a new one! +- type: input + attributes: + label: Microsoft PowerToys version + placeholder: "0.33.1" + description: | + Hover over system tray icon or look at Settings + validations: + required: true +- type: dropdown + attributes: + label: Utility with translation issue + description: | + Please include a screenshot as that is extremely helpful. To include, paste them into the markdown editor below the form or follow up with a separate comment. + options: + - General + - ColorPicker + - FancyZones + - FancyZones Editor + - Image Resizer + - Keyboard Manager + - MD Preview + - PowerRename + - PowerToys Run + - Shortcut Guide + - SVG Preview + - SVG Thumbnail + - Settings + - Welcome / PowerToys Tour window + - System tray interaction + - Installer + validations: + required: true +- type: input + attributes: + label: 🌐 Language affected + placeholder: "German" + validations: + required: true +- type: textarea + attributes: + label: ❌ Actual phrase(s) + placeholder: What is there? + validations: + required: true +- type: textarea + attributes: + label: ✔️ Expected phrase(s) + placeholder: What was expected? + validations: + required: true +- type: textarea + attributes: + label: ℹ Why is the current translation wrong + placeholder: Why do you feel this is incorrect? + validations: + required: true