Skip to content

Commit f394ff8

Browse files
committed
Add pull request template
1 parent ff79b53 commit f394ff8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### Description
2+
3+
_Please describe the changes you made._
4+
5+
### Issue
6+
7+
_Link to the issue (if available)_
8+
9+
### Screenshots
10+
11+
_For frontend updates, please include a screenshot._
12+
13+
## Checklist
14+
15+
- [ ] Everything passes when running `mix test`
16+
- [ ] Ran `mix format`
17+
- [ ] No frontend compilation warnings

0 commit comments

Comments
 (0)