Skip to content

Commit 4552bf5

Browse files
committed
Update checklist in new algorithm guide
1 parent 514f27b commit 4552bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/guides/new-algorithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Before submitting your algorithm for review, ensure you've completed the followi
301301
| Tests | Cover basic functionality, refraction, vectors, and edge cases |
302302
| Test coverage | Ensure tests cover all new code paths |
303303
| Pre-commit | Checks pass (recommended locally, required in CI) |
304-
| Documentation | Updated `positioning.md`, `README.md` and `refraction.md` if needed |
304+
| Documentation | Add your algorithm to the list of available algorithms and update the tables in `positioning.md`, `README.md` and `refraction.md` if needed |
305305
| Literature | References added to `refs.bib` and cited in docstrings |
306306

307307
## Additional Resources

0 commit comments

Comments
 (0)