mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 19:19:23 +08:00
d9c0af232b
* add poweraccent (draft) for PR * removing french text for Spell checking job * add 'poweraccent' to spell checker * add 'damienleroy' to spell checker file * adding RuntimeIdentifiers for PowerAccent project * duplicate image for settings * update commandline arguments for launch settings * Removing WndProc for testing with inter-process connection * add PowerAccent sources for PowerToys * fix spellcheck * fixing stylecop conventions * Remove StyleCop.Analyzers because of duplicate * fixing command line reference * Fixing CS8012 for PowerAccent. * ARM64 processor * - Modify PowerAccent fluenticon for dark mode - Try fix arm64 release * Remove taskbar * init Oobe view * - added POwerAccent to App.xaml.cs - change style to markdown in Oobe display * - fixing poweraccent crash - change Oobe LearnMore link * Installer and signing * Cleanup Add settings * Issue template * Add some more characters * Disabled by default * Proper ToUnicodeEx calling and remove hacks * Fix spellcheck * Remove CommandLine dependency and debug prints. Add logs * fix signing * Fix binary metadata with version * Fix the added space bug * Only type space if it was the trigger method * Take account of InputTime for displaying UI * Fix code styling * Remove the Trace WriteLine hack and add a delay instead * Reinstate logs * Better explanations * Add telemetry for showing the menu * Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw * Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw * Update src/modules/poweraccent/PowerAccent.Core/Tools/KeyboardListener.cs * Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs * Add accented characters for S * Default to both activation methods * Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs * Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs * Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs * Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs * Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs * Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs Co-authored-by: Damien LEROY <dleroy@veepee.com>
96 lines
2.3 KiB
YAML
96 lines
2.3 KiB
YAML
name: "🐛 Bug report"
|
|
description: Report errors or unexpected behavior
|
|
labels:
|
|
- Issue-Bug
|
|
- 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!
|
|
- type: input
|
|
attributes:
|
|
label: Microsoft PowerToys version
|
|
placeholder: |
|
|
"0.53.0"
|
|
description: |
|
|
Hover over system tray icon or look at Settings
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Running as admin
|
|
description: Are you running PowerToys as Admin?
|
|
options:
|
|
- label: "Yes"
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Area(s) with issue?
|
|
description: What things had an issue? Check all that apply.
|
|
multiple: true
|
|
options:
|
|
- General
|
|
- Always on Top
|
|
- Awake
|
|
- ColorPicker
|
|
- Developer file preview
|
|
- FancyZones
|
|
- FancyZones Editor
|
|
- Image Resizer
|
|
- Keyboard Manager
|
|
- MD Preview
|
|
- Mouse Utilities
|
|
- PDF Preview
|
|
- PDF Thumbnail
|
|
- G-code Preview
|
|
- G-code Thumbnail
|
|
- PowerAccent
|
|
- PowerRename
|
|
- PowerToys Run
|
|
- Shortcut Guide
|
|
- STL Thumbnail
|
|
- SVG Preview
|
|
- SVG Thumbnail
|
|
- Settings
|
|
- Video Conference Mute
|
|
- Welcome / PowerToys Tour window
|
|
- System tray interaction
|
|
- Installer
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: We highly suggest including screenshots and a bug report log (System tray->Report bug).
|
|
placeholder: Tell us the steps required to trigger your bug.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: ✔️ Expected Behavior
|
|
placeholder: What were you expecting?
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: ❌ Actual Behavior
|
|
placeholder: What happened instead?
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Other Software
|
|
description: If you're reporting a bug about our interaction with other software, what software? What versions?
|
|
placeholder: |
|
|
vim 8.2 (inside WSL)
|
|
OpenSSH_for_Windows_8.1p1
|
|
My Cool Application v0.3 (include a code snippet if it would help!)
|
|
validations:
|
|
required: false
|