fix: YAML headers of template markdown (#1791)
Some checks failed
Build Binaries / Release harper-cli - macOS-x86_64 (push) Has been cancelled
Build Binaries / Release harper-cli - Linux-aarch64-musl (push) Has been cancelled
Build Chrome Plugin / package (push) Has been cancelled
Build Binaries / Release harper-cli - macOS-aarch64 (push) Has been cancelled
Build Binaries / Release harper-cli - Linux-aarch64-GNU (push) Has been cancelled
Build Binaries / Release harper-cli - Linux-x86_64-GNU (push) Has been cancelled
Build Binaries / Release harper-cli - Linux-x86_64-musl (push) Has been cancelled
Build Binaries / Release harper-ls - Linux-aarch64-musl (push) Has been cancelled
Build Binaries / Release harper-ls - macOS-x86_64 (push) Has been cancelled
Build Binaries / Release harper-cli - Windows-x86_64 (push) Has been cancelled
Build Binaries / Release harper-ls - macOS-aarch64 (push) Has been cancelled
Build Binaries / Release harper-ls - Linux-aarch64-GNU (push) Has been cancelled
Build Binaries / Release harper-ls - Linux-x86_64-GNU (push) Has been cancelled
Build Binaries / Release harper-ls - Linux-x86_64-musl (push) Has been cancelled
Build Binaries / Release harper-ls - Windows-x86_64 (push) Has been cancelled
Build Web / build (push) Has been cancelled
Package VS Code Plugin / Package - darwin-arm64 (push) Has been cancelled
Package VS Code Plugin / Package - darwin-x64 (push) Has been cancelled
Precommit / precommit (push) Has been cancelled
Package VS Code Plugin / Package - linux-arm64 (push) Has been cancelled
Package VS Code Plugin / Package - linux-x64 (push) Has been cancelled
Package VS Code Plugin / Package - win32-x64 (push) Has been cancelled
Package WordPress Plugin / package (push) Has been cancelled

The LLM I used to simplify the templates removed the second `---` from the YAML header of 3 out of 4 of the markdown files. I didn't spot it and neither did Copilot on GitHub!

I also reverted the changes to the `labels` sections.
This commit is contained in:
Andrew Dunbar 2025-08-22 21:19:44 +09:00 committed by GitHub
parent c10fbf71ee
commit 66a4c7029b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -2,8 +2,8 @@
name: Report False Positive
about: Harper flagged something that's actually correct
title: ''
labels: bug, false-positive
labels: bug, harper-core, linting, false-positive
---
**What got flagged?**
The text that was incorrectly flagged.

View file

@ -2,8 +2,8 @@
name: Report Grammatical Error
about: Harper missed a grammatical error
title: ''
labels: enhancement, linting
labels: enhancement, harper-core, linting
---
**The Error**
Description of the error.

View file

@ -3,7 +3,7 @@ name: Suggest a Feature
about: Propose a new feature
title: ''
labels: enhancement
---
**What problem does this solve?**
Brief description.