Set z-index for template nav and create basic files for community standards

This commit is contained in:
thiloho
2024-12-13 17:38:21 +01:00
parent d26b0e756b
commit 7fddfbee95
6 changed files with 157 additions and 0 deletions

21
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,21 @@
#### Change description
<!--
Please provide a description above.
-->
#### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
Web application changes:
- [ ] Run `npm run lint` to check code style
- [ ] Run `npm run format` to format code
- [ ] Run `npm run test` to verify end-to-end tests pass
Database changes:
- [ ] Run `npm run gents` if database structure was modified
- [ ] Run `formatsql` command to format SQL migrations (requires `nix develop .#api`)
Nix changes:
- [ ] Run `nix fmt` if files in `nix` directory were modified