Skip to content

Commit eee366b

Browse files
authored
chore(repo): add PR template (#56)
* chore(repo): add PR template * chore: add CODEOWNERS
1 parent 72fa3e1 commit eee366b

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* @EvanBacon

.github/PULL_REQUEST_TEMPLATE

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!--
2+
🚨 We use semantic release (a bot publishes everything automatically)
3+
🚨 so please use conventional commit style for the PR title:
4+
🚨 https://www.conventionalcommits.org/en/v1.0.0/
5+
🚨 Example: feat(detox): add new step
6+
-->
7+
8+
# Why
9+
10+
<!--
11+
Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests.
12+
-->
13+
14+
# How
15+
16+
<!--
17+
How did you build this feature or fix this bug and why?
18+
-->
19+
20+
# Test Plan
21+
22+
<!--
23+
Please describe how you tested this change and how a reviewer could reproduce your test, especially if this PR does not include automated tests! If possible, please also provide terminal output and/or screenshots demonstrating your test/reproduction.
24+
-->

0 commit comments

Comments
 (0)