Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo and Markdown heading levels #802

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

bact
Copy link

@bact bact commented Jan 29, 2025

  • Each Markdown needs one top-level heading (MD041)
  • Add missing language code for codeblocks
  • Add one blank line before/after a heading/list, per Markdownlint MD022 and MD032 rules
  • Unrelated but fix it to make CI happy: sort imports in dataclasses.py

Markdownlint rules: https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md

- Each Markdown needs one top-level heading (MD041)
- Add missing language code for codeblocks
- Add one blank line before/after a heading/list, per Markdownlint MD022 and MD032 rules

Markdownlint rules: https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md

Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
@bact bact requested a review from a team as a code owner January 29, 2025 13:44
Copy link

github-actions bot commented Jan 29, 2025

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

bact added 4 commits January 29, 2025 13:50
Fix CI errors

Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
This reverts commit 9ba0888.
Give what it is expected

Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant