Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Summary

Check failure on line 1 in .github/pull_request_template.md

View workflow job for this annotation

GitHub Actions / markdownlint

First line in a file should be a top-level heading

.github/pull_request_template.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "## Summary"] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md041.md
<!-- What does this PR do and why? -->
Comment on lines +1 to +2
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Markdown linting will likely fail for this template because markdownlint's default rules include MD041 (first line should be a top-level heading). The file currently starts with a level-2 heading (## Summary). Consider either adding an invisible <!-- markdownlint-disable MD041 --> at the top of the file, or adding a single # ... heading as the first line and keeping the sections as ## to satisfy MD041 without introducing multiple H1s (MD025).

Copilot uses AI. Check for mistakes.

## Test plan
<!-- How can the changes be verified? -->
Loading