Skip to content

Commit cfef9ed

Browse files
authored
chore: create PULL_REQUEST_TEMPLATE.md (#1094)
1 parent e827c5d commit cfef9ed

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### PR Checklist
2+
3+
- [ ] The PR title follows
4+
[conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)
5+
- [ ] Is this closing an open issue? If so, link it, else include a proper
6+
description of the changes and rason behind them.
7+
- [ ] Does the PR have changes to the frontend? If so, include screenshots or a
8+
recording of the changes.
9+
<br/>If it affect colors, please include screenshots/recording in both
10+
light and dark mode.
11+
- [ ] Does the PR have changes to the backend? If so, make sure tests are added.
12+
<br/>And if changing dababase queries, be sure you have ran `sqlx prepare`
13+
and committed the changes in the `.sqlx` directory.

0 commit comments

Comments
 (0)