Fix/update docs#17
Conversation
📝 WalkthroughWalkthroughThe pull request updates two documentation files: refining the GitHub pull request template with clearer guidance and more detailed checkpoints for different contribution types, and expanding the README's supported languages table with new language entries. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.github/pull_request_template.md:
- Around line 74-76: Add a fence language to the Markdown code block containing
"uv run pytest tests/" by changing the opening triple backticks to include a
language identifier (e.g., bash) so the fenced block becomes "```bash" to
satisfy markdownlint MD040 and improve readability; update the fenced block near
the existing "uv run pytest tests/" snippet accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: a0a4d805-523b-4d31-9861-307f9f146536
📒 Files selected for processing (2)
.github/pull_request_template.mdREADME.md
| ``` | ||
| uv run pytest tests/ | ||
| ``` |
There was a problem hiding this comment.
Add a language to the fenced code block (markdownlint MD040).
Line 74 should specify a fence language to satisfy lint and improve readability.
Proposed fix
-```
+```bash
uv run pytest tests/</details>
<details>
<summary>🧰 Tools</summary>
<details>
<summary>🪛 markdownlint-cli2 (0.22.0)</summary>
[warning] 74-74: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
</details>
</details>
<details>
<summary>🤖 Prompt for AI Agents</summary>
Verify each finding against the current code and only fix it if needed.
In @.github/pull_request_template.md around lines 74 - 76, Add a fence language
to the Markdown code block containing "uv run pytest tests/" by changing the
opening triple backticks to include a language identifier (e.g., bash) so the
fenced block becomes "```bash" to satisfy markdownlint MD040 and improve
readability; update the fenced block near the existing "uv run pytest tests/"
snippet accordingly.
</details>
<!-- fingerprinting:phantom:triton:hawk:15d7adc9-b32d-459a-82ca-f41ecc83c053 -->
<!-- This is an auto-generated comment by CodeRabbit -->
What does this PR do?
Updates readme and pull request template for more calrity
Type of change
languages/{lang}/)steps/text/orsteps/word/)presets/)Summary by CodeRabbit
Documentation
Chores