mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Set z-index for template nav and create basic files for community standards
This commit is contained in:
21
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
21
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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
|
||||
Reference in New Issue
Block a user