-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description:
Add Markdown linting (e.g., using markdownlint) to ensure consistent formatting and quality for Markdown files in the repository.
Benefits:
- Improved readability and maintainability of Markdown documentation.
- Early detection of style issues and common Markdown pitfalls.
- Consistent documentation style across all contributors.
Acceptance Criteria
- Markdown linting is configured (e.g., via
.markdownlint.jsonor equivalent). - Add git pre-commit hook for markdown linting
- Markdown linting is integrated into the CI workflow.
- Documentation is updated to inform contributors about the new requirement.
Proposed Steps:
- Add a Markdown linter configuration file (e.g.,
.markdownlint.json). - Integrate Markdown linting into CI (e.g., GitHub Actions).
- Update
CONTRIBUTING.mdto document linting requirements (if present) including any supporting tools such as vscode extension etc.
References:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers