Skip to content

Commit 473036c

Browse files
fix(docs): align ERRORS.md checklist format with actual ERRORS.md convention
Use `[YYYY-MM-DD] <scope>: <wrong> -> <right>` format instead of the generic "symptom, root cause, fix" description.
1 parent 33f6fce commit 473036c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/skills/feature/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ If an action affects another user:
9393
- [ ] Templates created for each email type
9494

9595
**Error documentation:**
96-
- [ ] If a non-obvious bug was fixed, document it in `ERRORS.md` (root of repo) with: symptom, root cause, fix
96+
- [ ] If a non-obvious bug was fixed, add a single-line entry to `ERRORS.md` (root of repo) using format: `[YYYY-MM-DD] <scope>: <wrong> -> <right>` (see existing examples in `ERRORS.md`)
9797

9898
### 8b. Elegance check
9999

0 commit comments

Comments
 (0)