From c2ebfa2d1580205c799ff21a36abd0937af83f88 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 02:59:10 +0000 Subject: [PATCH] docs: 1 files --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a6e4e42c..072f7137b 100644 --- a/README.md +++ b/README.md @@ -1040,10 +1040,9 @@ npm run start ### Workflow 1. Follow `.github/copilot-instructions.md` -2. Check `docs/todo/` before starting -3. Run `npm run lint:fix` before committing -4. Add parameterized tests for new functions -5. Commit with descriptive messages on `main` +2. Run `npm run lint:fix` before committing +3. Add parameterized tests for new functions +4. Commit with descriptive messages on `main` ### Before Committing