Skip to content

Commit 138459f

Browse files
committed
dev: add PR template
1 parent 45cd13c commit 138459f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!--
2+
3+
MAKE SURE YOUR PR MEETS THIS CRITERIA:
4+
5+
- Your PR is NOT in our do-not-PR list:
6+
https://doomemacs.org/d/do-not-pr
7+
- Your commit messages conform to our git conventions:
8+
https://doomemacs.org/d/git-conventions
9+
- Any relevant issues or PRs have been linked to.
10+
- What the PR does, and why, is properly explained.
11+
12+
-->
13+
14+
Fixes #0000 <!-- remove if not applicable -->
15+
16+
{{{ Summarize what you've changed HERE and why }}}
17+
18+

0 commit comments

Comments
 (0)