Commit 9afb36e
committed
feat: Add PR template to guide base branch selection
Adds a pull request template that reminds developers to target fork-main instead of main. The template includes:
- Clear warning about base branch selection
- Explanation of branch purposes (fork-main vs main)
- Standard PR sections (Why, How, Test Plan)
- Link to FORK.md documentation
This helps prevent accidentally creating PRs against the locked main branch which is reserved for automated upstream syncing.1 parent 5790bbf commit 9afb36e
1 file changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments