mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
<!-- Enter a brief description/summary of your PR here. What does it fix/change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request This PR applies a series of grammar, punctuation, and stylistic updates across the main README and GitHub templates to improve consistency, clarity, and alignment with formatting guidelines. ### File-Level Changes | Change | Details | Files | | ------ | ------- | ----- | | Updated README.md for grammar, punctuation, and phrasing consistency | <ul><li>Inserted missing commas and adjusted articles for clearer sentences</li><li>Standardized hyphenation and removed extra spaces around slashes</li><li>Refined bullet list punctuation and corrected pluralization (‘number of bugs’)</li></ul> | `README.md` | | Refined pull request template text for clarity and uniform formatting | <ul><li>Hyphenated “end-user-facing” and added Oxford comma in checklist items</li><li>Adjusted phrasing in communication bullet for parallel structure</li><li>Reworded placeholder comment for detailed PR description</li></ul> | `.github/pull_request_template.md` | | Standardized issue templates with grammar and placeholder improvements | <ul><li>Clarified label descriptions and added missing commas in placeholders</li><li>Unified question phrasing across bug, feature, translation, and docs templates</li><li>Corrected capitalization and refined instructions for consistency</li></ul> | `.github/ISSUE_TEMPLATE/bug_report.yml`<br/>`.github/ISSUE_TEMPLATE/feature_request.yml`<br/>`.github/ISSUE_TEMPLATE/translation_issue.yml`<br/>`.github/ISSUE_TEMPLATE/documentation-issue.yml` | --- ## PR Checklist - [ ] **Closes:** #xxx - [X] **Communication:** I've already discussed this with core contributors. If the work hasn't been agreed, this work might be rejected - [X] **Tests:** Added/updated and all pass - [ ] **Localization:** All end-user-facing strings can be localized - [ ] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [X] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys) and link it here: https://github.com/MicrosoftDocs/windows-dev-docs/pull/5447 <!-- Provide a more detailed description of the PR, other things fixed, or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed --------- Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
126 lines
3.0 KiB
YAML
126 lines
3.0 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!
|
|
- id: version
|
|
type: input
|
|
attributes:
|
|
label: Microsoft PowerToys version
|
|
placeholder: X.XX.X
|
|
description: Hover over the system tray icon or look at Settings
|
|
validations:
|
|
required: true
|
|
|
|
- id: installed
|
|
type: dropdown
|
|
attributes:
|
|
label: Installation method
|
|
description: How / where was PowerToys installed from?
|
|
multiple: true
|
|
options:
|
|
- GitHub
|
|
- PowerToys auto-update
|
|
- Microsoft Store
|
|
- WinGet
|
|
- Chocolatey
|
|
- Scoop
|
|
- Dev build in Visual Studio
|
|
- Other (please specify in "Steps to Reproduce")
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Area(s) with issue?
|
|
description: What things had an issue? Check all that apply.
|
|
multiple: true
|
|
options:
|
|
- General
|
|
- Advanced Paste
|
|
- Always on Top
|
|
- Awake
|
|
- ColorPicker
|
|
- Command not found
|
|
- Command Palette
|
|
- 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
|
|
- 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: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: We highly suggest including screenshots and a bug report log (System tray > Report bug).
|
|
placeholder: Having detailed steps helps us reproduce the 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
|
|
|
|
- id: additionalInfo
|
|
type: textarea
|
|
attributes:
|
|
label: Additional Information
|
|
placeholder: |
|
|
OS version
|
|
.Net version
|
|
System Language
|
|
User or System Installation
|
|
Running as admin
|
|
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
|
|
|