Skip to content

Commit a7ec1f4

Browse files
committed
Add pull request templates
1 parent a725cac commit a7ec1f4

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

‎.github/PULL_REQUEST_TEMPLATE.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Summary
2+
<!-- 1-2 sentences: what changed and why. -->
3+
4+
## Changes
5+
<!-- Bullet list of the concrete changes. Keep it short. -->
6+
-
7+
-
8+
9+
## Validation
10+
<!-- Commands you ran. Mention any manual testing. -->
11+
- `yarn lint`
12+
- `yarn build`
13+
14+
<!-- Closes #123 -->

0 commit comments

Comments
 (0)