mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-08-29 01:59:34 +02:00
## Summary - skip AI issue triage when the latest issue state is closed and recheck state before publishing - restrict duplicate searches and digest canonical candidates to live open issues - add deterministic, additive `Product-*` labels from changed paths for draft and non-draft PRs - map Window Hopper, Cursor Wrap, and all Mouse Jump project paths to their specific product labels before generic fallbacks - preserve manually applied product labels while managing only intake lifecycle labels and trusted comments - collect the PowerToys version and release channel in one required bug/localization field - add Window Hopper to the bug report area dropdown and preserve parsing of both old and combined version headings This consolidates and supersedes #49961 and #49804. ## Validation - `node --test .github\scripts\pr-intake\tests\pr-intake.test.mjs` - 39 passing - `python -m unittest discover .github\scripts\issue-triage\tests -v` - 55 passing - parsed all modified issue-form and workflow YAML files with PyYAML - verified every current `src/modules/*` root maps to a product label - verified the Window Hopper path maps to `Product-Window Hopper` - `git diff --check` --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b313a270-e6e8-4c4a-89b2-880c1d79027c Copilot-Session: 498721d4-1098-4298-ac8a-147066fbfea3
85 lines
2.0 KiB
YAML
85 lines
2.0 KiB
YAML
name: "🌐 Localization/Translation issue"
|
||
description: Report incorrect translations.
|
||
type: Bug
|
||
labels:
|
||
- Issue-Bug
|
||
- Area-Localization
|
||
- Issue-Translation
|
||
- Needs-Triage
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: Please make sure to [search for existing issues](https://github.com/microsoft/PowerToys/issues) before filing a new one!
|
||
- id: version
|
||
type: input
|
||
attributes:
|
||
label: Microsoft PowerToys version and release channel
|
||
placeholder: 0.100.2 - Stable or 0.101.2211.0 - Preview (Insider)
|
||
description: Find the version and update channel in PowerToys Settings > General.
|
||
validations:
|
||
required: true
|
||
- type: dropdown
|
||
attributes:
|
||
label: Utility with translation issue
|
||
options:
|
||
- General
|
||
- Advanced Paste
|
||
- Always on Top
|
||
- Awake
|
||
- ColorPicker
|
||
- Command not found
|
||
- Crop and Lock
|
||
- Environment Variables
|
||
- FancyZones
|
||
- FancyZones Editor
|
||
- File Locksmith
|
||
- "File Explorer: Preview Pane"
|
||
- "File Explorer: Thumbnail preview"
|
||
- Hosts File Editor
|
||
- Image Resizer
|
||
- Installer
|
||
- Keyboard Manager
|
||
- Light Switch
|
||
- Mouse Utilities
|
||
- Mouse Without Borders
|
||
- New+
|
||
- Peek
|
||
- PowerRename
|
||
- PowerToys Run
|
||
- Quick Accent
|
||
- Registry Preview
|
||
- Screen ruler
|
||
- Settings
|
||
- Shortcut Guide
|
||
- System tray interaction
|
||
- TextExtractor
|
||
- Workspaces
|
||
- Welcome / PowerToys Tour window
|
||
- ZoomIt
|
||
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? Please include a screenshot, as that is extremely helpful.
|
||
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
|