Conversation
WalkthroughAdds a new CONTRIBUTION.md documenting contribution processes, including code of conduct, issue/PR workflow, development setup, commit/PR guidelines, coding style, testing expectations, licensing, and support channels. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
CONTRIBUTION.md (1)
114-118: Add a language hint to the commit message code block.Markdownlint flags this fenced block because no language is specified. Tag it as plain text to silence the warning and aid renderers.
- ``` + ```text <type>(<scope>): <short description>
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
CONTRIBUTION.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
CONTRIBUTION.md
22-22: Link fragments should be valid
(MD051, link-fragments)
114-114: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
This pull request resolves issue #15.
Kindly review it and label it with the Hacktoberfest tags.
Summary by CodeRabbit