add PRD to docs

This commit is contained in:
2026-03-27 23:44:24 +01:00
parent e378b4d3e1
commit 9f5e45aaae
2 changed files with 341 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
${{ github.event.issue.body }}
Vorgehensweise:
1. Analyze the code and understand the issue
1. Read /docs/PRD.md to understand the code structure and understand the issue
2. Create a detailed plan
3. Implement the solution
4. Check if all tests still pass, update them or create new tests if there are failing or missing tests.