-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Adding an New Fetaure #516
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
base: master
Are you sure you want to change the base?
Conversation
WalkthroughA new instructional header line is added to the top of a README file, reminding contributors to complete tasks properly. This is a documentation-only update with no functional impact. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
2023/day07/README.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
2023/day07/README.md
2-2: No space after hash on atx style heading
(MD018, no-missing-space-atx)
| @@ -1,5 +1,5 @@ | |||
| # Day 7 Task: Understanding package manager and systemctl | |||
|
|
|||
| #Please Do the task properly | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add space after hash in Markdown heading.
Markdown syntax requires a space after the # symbol for proper heading formatting. Line 2 is missing this space.
-#Please Do the task properly
+# Please Do the task properly📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| #Please Do the task properly | |
| # Please Do the task properly |
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
2-2: No space after hash on atx style heading
(MD018, no-missing-space-atx)
🤖 Prompt for AI Agents
In 2023/day07/README.md around line 2, the Markdown heading lacks a space after
the '#' which prevents proper heading rendering; update the line to insert a
single space after the '#' so the heading reads "# Please Do the task properly"
(or similar phrasing) to conform to Markdown heading syntax.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.