Skip to content

Commit 22225ca

Browse files
chore(github): add PR template (#1394)
1 parent d71c20e commit 22225ca

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Checklist:
2+
3+
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->
4+
5+
- [ ] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org).
6+
- [ ] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/how-to-open-a-pull-request/).
7+
- [ ] My pull request targets the `main` branch of the repo.
8+
- [ ] I have tested these changes locally on my machine.
9+
10+
<!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.-->
11+
12+
Closes #XXXXX
13+
14+
<!-- Feel free to add any additional description of changes below this line -->

0 commit comments

Comments
 (0)