Open-source software for Joomla, Gitea, and web platforms. Home of MokoSuite, MokoGitea, and MokoCLI.
Tennessee
standards/Documentation
Documentation Standards
README.md
Every repository must have a README with:
- Title and description — what the repo does
- Installation/setup — how to get started
- Usage — basic examples
- License — GPL-3.0-or-later (standard)
CHANGELOG.md
Every repository must maintain a changelog:
- Format:
## [version] - YYYY-MM-DD - Group changes under: Added, Changed, Fixed, Removed
- Update changelog BEFORE creating a PR (required by PR workflow)
- Keep
## [Unreleased]section at top for in-progress changes
Wiki Pages
- Use the Wiki Editing standards for all wiki content
- Every wiki page must include a Revision History table at the bottom
- Use folder structure for organization (e.g.,
standards/,cli/,api/)
Code Comments
- Only add comments where the logic isn't self-evident
- Don't add docstrings to code you didn't change
- Use
// TODO:for planned work with issue references
Revision History
| Date | Author | Changes |
|---|---|---|
| 2026-06-21 | jmiller | Initial consolidation from .profile wiki |
Pages