Add: windows mvp - transparent bugs not fixed
This commit is contained in:
38
docs/QA_EVIDENCE_TEMPLATE.md
Normal file
38
docs/QA_EVIDENCE_TEMPLATE.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# QA Evidence Template
|
||||
|
||||
Use this block inside `issues/issueN.md` under `## Verification`.
|
||||
|
||||
```md
|
||||
### Commands Run
|
||||
|
||||
- [ ] `cargo check --workspace`
|
||||
- [ ] `cargo test --workspace`
|
||||
- [ ] `just qa-validate`
|
||||
|
||||
### Command Output Summary
|
||||
|
||||
- `cargo check --workspace`: pass/fail, key notes
|
||||
- `cargo test --workspace`: pass/fail, key notes
|
||||
- `just qa-validate`: pass/fail, key notes
|
||||
|
||||
### Screenshots
|
||||
|
||||
- Before:
|
||||
- `issues/screenshots/issueN-before-YYYYMMDD-HHMMSS.png`
|
||||
- After:
|
||||
- `issues/screenshots/issueN-after-YYYYMMDD-HHMMSS.png`
|
||||
|
||||
### Visual Assertions
|
||||
|
||||
- [ ] Overlay is transparent where expected
|
||||
- [ ] Window size/placement behavior matches expected result
|
||||
- [ ] Sprite/background alpha behavior matches expected result
|
||||
|
||||
### Reviewer Record
|
||||
|
||||
- Date:
|
||||
- Verified by:
|
||||
- Final result:
|
||||
- Notes:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user