Skip to content

chore: fix formatting of CONTRIBUTING.MD - #48

Merged
mirzak merged 1 commit into
mainfrom
fix-contributing-formating
Nov 4, 2025
Merged

chore: fix formatting of CONTRIBUTING.MD#48
mirzak merged 1 commit into
mainfrom
fix-contributing-formating

Conversation

@mirzak

@mirzak mirzak commented Nov 4, 2025

Copy link
Copy Markdown
Contributor

Parts of the texts under "Structuring your commits" was converted to h1 header due to the "---". Fixed this and some other minor cosmetics.

Parts of the texts under "Structuring your commits" was converted
to h1 header due to the "---". Fixed this and some other minor
cosmetics.

Signed-off-by: Mirza Krak <mirza@mkrak.org>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes Markdown formatting issues in CONTRIBUTING.MD where text was incorrectly being rendered as an H1 header due to misuse of "---" (which creates a setext-style heading in Markdown). The fix converts the section to use proper ATX-style heading (###) and improves text wrapping for better readability.

Key Changes

  • Converted "Sign your work" from setext-style heading (underlined with "---") to ATX-style heading (### prefix)
  • Rewrapped paragraph text for consistent line length
  • Replaced the misused "---" separator with proper code fence closure

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mirzak
mirzak merged commit 27e3a8a into main Nov 4, 2025
20 checks passed
@mirzak
mirzak deleted the fix-contributing-formating branch November 4, 2025 15:53
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.

3 participants