Skip to content

Commit e06888e

Browse files
committed
chore: add pull request template
1 parent 91a2d0a commit e06888e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
2+
3+
## Description
4+
<!-- Write a brief description of the changes introduced by this PR -->
5+
6+
## Related Issues
7+
<!--
8+
Link to the issue that is fixed by this PR (if there is one)
9+
e.g. Fixes #1234, Addresses #1234, Related to #1234, etc.
10+
-->
11+
12+
### Checklist:
13+
14+
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
15+
* [ ] Have you linted your code locally prior to submission?
16+
* [ ] Have you successfully ran app with your changes locally?

0 commit comments

Comments
 (0)