Compare commits

..

2 Commits

Author SHA1 Message Date
Kuchenpirat
22ee52b3d2 oops
Removed duplicate testing section from pull request template.
2026-02-25 16:40:51 +01:00
Kuchenpirat
9df57557e3 dev: Add AI/LLM Assistance section to PR template 2026-02-25 16:34:46 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -57,7 +57,11 @@ _(fill-in or delete this section)_
## Testing
_(fill-in or delete this section)_
<!--
Describe how you tested this change.
-->
## AI / LLM Assistance
<!--
Describe to which degree an LLM was used in creating this pull request.
-->

View File

@@ -1,7 +1,7 @@
###############################################
# Frontend Build
###############################################
FROM node:24@sha256:ed4a00946596b5453f4cd562aa2a6128d82cc9e2d11b70279a916c02aaedbc67 \
FROM node:24@sha256:00e9195ebd49985a6da8921f419978d85dfe354589755192dc090425ce4da2f7 \
AS frontend-builder
WORKDIR /frontend