Fix Linter issues in Markdown files#21
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
✅ Files skipped from review due to trivial changes (2)
WalkthroughRepository-wide editorial updates to documentation and templates: whitespace, line breaks, punctuation, and list/table formatting. CONTRIBUTING and pull request template gained expanded/restructured guidance; README added a "Community-Driven" bullet. No code, behavior, or public API changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@issue_template.md`:
- Around line 7-11: Replace the mojibake occurrences of "can�t" in the
template text with the correct character sequence "can't" (update both instances
shown as the comment text and the Suggested Assignees comment), and ensure the
file is saved/committed using UTF-8 encoding so the apostrophe renders correctly
in GitHub and when copying the issue content.
In `@pull_request_template.md`:
- Line 15: Remove the stray trailing ">" after the "Summary of user stories
addressed by this change" line and replace the mojibake sequences (�, �,
thereâ��s) with proper Unicode punctuation—use opening and closing smart quotes
(“ ”) and an apostrophe in "there's"—in the pull_request_template.md occurrences
around the same summary line and the text blocks that currently contain the
corrupted quotes (the strings on the lines flagged as 23 and 31).
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 4b7c788d-ef7f-44aa-8ef7-2bd9ad6e5aa3
📒 Files selected for processing (6)
.github/linters/README.mdCODE_OF_CONDUCT.mdREADME.mddocs/CONTRIBUTING.mdissue_template.mdpull_request_template.md
There was a problem hiding this comment.
Pull request overview
This PR focuses on cleaning up Markdown formatting to satisfy linting rules across repository templates and documentation.
Changes:
- Normalized spacing/blank lines and list formatting in templates and docs
- Standardized bullet styles and reduced trailing whitespace
- Improved Markdown readability in linter documentation
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pull_request_template.md | Adjusts spacing/blank lines and list formatting for markdownlint compliance |
| issue_template.md | Fixes whitespace and adds spacing between sections for linting/readability |
| docs/CONTRIBUTING.md | Reformats lists for consistent Markdown style and readability |
| README.md | Minor Markdown formatting updates (blank lines / list style) |
| CODE_OF_CONDUCT.md | Converts * lists to - lists and fixes spacing issues |
| .github/linters/README.md | Cleans up examples, spacing, and Markdown table formatting |
Comments suppressed due to low confidence (3)
pull_request_template.md:1
- These strings contain mojibake (mis-decoded smart quotes/apostrophes like
â��/â��), which will render incorrectly and may keep triggering Markdown/text lint rules. Replace them with proper UTF-8 punctuation (e.g.,“/”/’) or plain ASCII quotes (\"/') consistently.
## Purpose
issue_template.md:7
- This comment contains a mis-decoded apostrophe (
can�t). Replace with a proper apostrophe (can't) or consistent UTF-8 punctuation to avoid broken rendering.
<!-- Optional comma separated list of suggested labels. Non committers can�t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
pull_request_template.md:46
- This template links to the secure engineering guidelines over HTTP. If an HTTPS version is available, prefer
https://...to avoid downgrade/MITM risks when contributors click through.
- Followed secure coding standards in http://wso2.com/technical-reports/wso2-secure-engineering-guidelines? yes/no
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Purpose
Fix Linter issues in md files
Security checks
Summary by CodeRabbit
Documentation
Style