We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e827c5d commit cfef9edCopy full SHA for cfef9ed
.github/PULL_REQUEST_TEMPLATE.md
@@ -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