Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Nov 26, 2024
1 parent 94eb549 commit 7169eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Document code that is not self-explanatory
- Think about bugs and keep security in mind
- Write tests (Unit and Integration), also for error cases
- Main logic should have hidden behind the api, never trust the client
- Main logic should be hidden behind the api, never trust the client
- Visible changes should be discussed with the UX-Team from the beginning of development; they also have to accept them at the end
- Leave the code cleaner than you found it. Remove unnecessary lines. Listen to the linter.
-->
Expand Down

0 comments on commit 7169eb8

Please sign in to comment.