mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
Fix spelling
This commit is contained in:
7
.github/actions/spell-check/expect.txt
vendored
7
.github/actions/spell-check/expect.txt
vendored
@@ -378,6 +378,7 @@ devpal
|
|||||||
dfx
|
dfx
|
||||||
DIALOGEX
|
DIALOGEX
|
||||||
digicert
|
digicert
|
||||||
|
diffs
|
||||||
DINORMAL
|
DINORMAL
|
||||||
DISABLEASACTIONKEY
|
DISABLEASACTIONKEY
|
||||||
DISABLENOSCROLL
|
DISABLENOSCROLL
|
||||||
@@ -959,6 +960,7 @@ mdtext
|
|||||||
mdtxt
|
mdtxt
|
||||||
mdwn
|
mdwn
|
||||||
meme
|
meme
|
||||||
|
mcp
|
||||||
memicmp
|
memicmp
|
||||||
MENUITEMINFO
|
MENUITEMINFO
|
||||||
MENUITEMINFOW
|
MENUITEMINFOW
|
||||||
@@ -1047,6 +1049,8 @@ multizone
|
|||||||
muxc
|
muxc
|
||||||
MVPs
|
MVPs
|
||||||
mvvm
|
mvvm
|
||||||
|
myorg
|
||||||
|
myrepo
|
||||||
MVVMTK
|
MVVMTK
|
||||||
MWBEx
|
MWBEx
|
||||||
MYICON
|
MYICON
|
||||||
@@ -1262,6 +1266,7 @@ phwnd
|
|||||||
pici
|
pici
|
||||||
pidl
|
pidl
|
||||||
PIDLIST
|
PIDLIST
|
||||||
|
PII
|
||||||
pinfo
|
pinfo
|
||||||
pinvoke
|
pinvoke
|
||||||
pipename
|
pipename
|
||||||
@@ -1457,6 +1462,7 @@ riid
|
|||||||
RKey
|
RKey
|
||||||
RNumber
|
RNumber
|
||||||
rop
|
rop
|
||||||
|
rollups
|
||||||
ROUNDSMALL
|
ROUNDSMALL
|
||||||
ROWSETEXT
|
ROWSETEXT
|
||||||
rpcrt
|
rpcrt
|
||||||
@@ -2048,6 +2054,7 @@ xstyler
|
|||||||
XTimer
|
XTimer
|
||||||
XUP
|
XUP
|
||||||
XVIRTUALSCREEN
|
XVIRTUALSCREEN
|
||||||
|
XXL
|
||||||
xxxxxx
|
xxxxxx
|
||||||
YAxis
|
YAxis
|
||||||
ycombinator
|
ycombinator
|
||||||
|
|||||||
10
.github/prompts/fix-issue.prompt.md
vendored
10
.github/prompts/fix-issue.prompt.md
vendored
@@ -29,7 +29,7 @@ For **#{{issue_number}}**:
|
|||||||
|
|
||||||
# OUTPUT FILES
|
# OUTPUT FILES
|
||||||
1) Generated Files/issueFix/{{issue_number}}/pr-description.md
|
1) Generated Files/issueFix/{{issue_number}}/pr-description.md
|
||||||
2) Generated Files/issueFix/{{issue_number}}/manual-steps.md # only if HITL or external setup is required
|
2) Generated Files/issueFix/{{issue_number}}/manual-steps.md # only if human interaction or external setup is required
|
||||||
|
|
||||||
# EXECUTION RULES
|
# EXECUTION RULES
|
||||||
1) Read implementation-plan.md and execute:
|
1) Read implementation-plan.md and execute:
|
||||||
@@ -43,7 +43,7 @@ For **#{{issue_number}}**:
|
|||||||
2) Locate affected files via `rg` or `git grep`.
|
2) Locate affected files via `rg` or `git grep`.
|
||||||
3) Add/update tests to enforce the fixed behavior.
|
3) Add/update tests to enforce the fixed behavior.
|
||||||
4) If any ambiguity exists, add:
|
4) If any ambiguity exists, add:
|
||||||
// TODO(HITL): <clarification needed>
|
// TODO(Human input needed): <clarification needed>
|
||||||
5) Verify locally: build & tests run successfully.
|
5) Verify locally: build & tests run successfully.
|
||||||
|
|
||||||
# pr-description.md should include:
|
# pr-description.md should include:
|
||||||
@@ -57,15 +57,15 @@ For **#{{issue_number}}**:
|
|||||||
- `Closes #{{issue_number}}`
|
- `Closes #{{issue_number}}`
|
||||||
|
|
||||||
# manual-steps.md (only if needed)
|
# manual-steps.md (only if needed)
|
||||||
- List required human actions: secrets, config, approvals, missing info, or HITL code comments.
|
- List required human actions: secrets, config, approvals, missing info, or code comments requiring human decisions.
|
||||||
|
|
||||||
# IMPORTANT
|
# IMPORTANT
|
||||||
- Apply code and tests directly; do not produce patch files.
|
- Apply code and tests directly; do not produce patch files.
|
||||||
- Follow implementation-plan.md as the source of truth.
|
- Follow implementation-plan.md as the source of truth.
|
||||||
- Insert HITL comments where a human must decide.
|
- Insert comments for human review where a decision or input is required.
|
||||||
- Use repository conventions and deterministic, minimal changes.
|
- Use repository conventions and deterministic, minimal changes.
|
||||||
|
|
||||||
# FINALIZE
|
# FINALIZE
|
||||||
- Write pr-description.md
|
- Write pr-description.md
|
||||||
- Write manual-steps.md only if needed
|
- Write manual-steps.md only if needed
|
||||||
- Print concise success or HITL message
|
- Print concise success message or note items requiring human interaction
|
||||||
|
|||||||
2
.github/prompts/review-issue.prompt.md
vendored
2
.github/prompts/review-issue.prompt.md
vendored
@@ -150,7 +150,7 @@ Post these questions as issue comment to gather missing information:
|
|||||||
7) **Risks & Mitigations** — flags/canary/shadow-write/config guards.
|
7) **Risks & Mitigations** — flags/canary/shadow-write/config guards.
|
||||||
8) **Task Breakdown (agent-ready)** — table (leave a blank line before the header so Markdown renders correctly):
|
8) **Task Breakdown (agent-ready)** — table (leave a blank line before the header so Markdown renders correctly):
|
||||||
|
|
||||||
| Task | Intent | Files/Areas | Steps | Tests (brief) | Owner (Agent/Human) | HITL? (why) |
|
| Task | Intent | Files/Areas | Steps | Tests (brief) | Owner (Agent/Human) | Human interaction needed? (why) |
|
||||||
|---|---|---|---|---|---|---|
|
|---|---|---|---|---|---|---|
|
||||||
|
|
||||||
9) **Tests to Add (only)**
|
9) **Tests to Add (only)**
|
||||||
|
|||||||
2
.github/prompts/review-pr.prompt.md
vendored
2
.github/prompts/review-pr.prompt.md
vendored
@@ -108,7 +108,7 @@ When performing incremental review, skip steps that are irrelevant based on chan
|
|||||||
- List the concrete checks for *this step only* (5–10 bullets).
|
- List the concrete checks for *this step only* (5–10 bullets).
|
||||||
|
|
||||||
## Findings
|
## Findings
|
||||||
(If none, write **None**. Otherwise one or more blocks:)
|
(If none, write **None**. Defaults have one or more blocks:)
|
||||||
|
|
||||||
```mcp-review-comment
|
```mcp-review-comment
|
||||||
{"file":"relative/path.ext","start_line":123,"end_line":125,"severity":"high|medium|low|info","tags":["<step-slug>","pr-tag-here"],"related_files":["optional/other/file1"],"body":"Problem → Why it matters → Concrete fix. If spans multiple files, name them here."}
|
{"file":"relative/path.ext","start_line":123,"end_line":125,"severity":"high|medium|low|info","tags":["<step-slug>","pr-tag-here"],"related_files":["optional/other/file1"],"body":"Problem → Why it matters → Concrete fix. If spans multiple files, name them here."}
|
||||||
|
|||||||
Reference in New Issue
Block a user