Skip to content

Commit d6828df

Browse files
committed
fix: Correct PR template heading level for markdown lint
The PR template was starting with a level 2 heading (##), which violated markdown lint rules requiring the first heading to be level 1 (#). This change updates the first heading to use the correct level 1 format.
1 parent 9afb36e commit d6828df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## ⚠️ Important: Check Your Base Branch
1+
# ⚠️ Important: Check Your Base Branch
22

33
**This PR should target `fork-main`, not `main`.**
44

0 commit comments

Comments
 (0)