Thank you for contributing to GilmanLab/docs.
Use GitHub Discussions for architecture and documentation planning. Use GitHub Issues for non-security bugs in the docs site or content. For vulnerabilities, stop and follow SECURITY.md instead of using public channels.
- Keep changes scoped to one documentation concern when practical.
- Update the Docusaurus content and root pointers together when you move or rename major pages.
- Make sure the site builds and type-checks before requesting review.
- Describe reader-facing changes clearly in the pull request.
Validate the repository:
moon ci --summary minimal
moon run docs:checkStart the local docs server:
moon run docs:start