feat: Add Feb 16th Blog Post#250
Conversation
Signed-off-by: aceppaluni <aceppaluni@gmail.com>
✅ Deploy Preview for hiero-open-source ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughA new blog post markdown file was added documenting Hiero project updates and links for the week of February 16th, containing front matter (title, featured_image, date, categories, abstract, authors) and an article body listing updates and a call-to-action for community contributions. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 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 |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Actionable comments posted: 4
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@content/posts/hiero_links_of_feb_sixteenth.md`:
- Line 20: Replace the misspelled word "instrcutions" with "instructions" in the
post text where it reads "**Angelina Ceppaluni** updated the JavaScript
[Readme](https://github.com/hiero-ledger/hiero-sdk-js/pull/3703) to include
helpful instrcutions on how to get started on a Windows machine."; edit the
token "instrcutions" to "instructions" so the sentence reads correctly.
- Around line 15-16: Update the intro sentence in the post to correct two typos:
change “some of things” to “some of the things” and change “happend” to
“happened” so the sentence reads: “Below are links to some of the things that
happened this past week. **Check it out!**”
- Line 24: Fix the misspelled word "thier" in the post content: locate the
sentence starting with "Hiero Good-First-Issue Team launched thier first set of"
and change "thier" to the correct spelling "their" so the sentence reads
"...launched their first set of [good-first-issues](...)".
- Around line 32-34: Replace the setext-style underline (the lone "--" after the
line "**Want to be featured on the Hiero-Website?**") with an ATX heading; for
example, change the line and underline into a single ATX heading like "## Want
to be featured on the Hiero-Website?" so the heading uses the "#" syntax instead
of the setext underline.
ℹ️ Review info
Configuration used: defaults
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
static/images/Hiero-Feb-16th.pngis excluded by!**/*.png
📒 Files selected for processing (1)
content/posts/hiero_links_of_feb_sixteenth.md
Signed-off-by: aceppaluni <aceppaluni@gmail.com>
There was a problem hiding this comment.
♻️ Duplicate comments (1)
content/posts/hiero_links_of_feb_sixteenth.md (1)
32-33: Use an ATX heading instead of setext underline.This matches a previously reported markdownlint MD003 warning.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@content/posts/hiero_links_of_feb_sixteenth.md` around lines 32 - 33, Replace the setext-style heading underline under the text "Want to be featured on the Hiero-Website?" with an ATX heading by prefixing the line with one or more '#' characters (e.g., "# Want to be featured on the Hiero-Website?") so the heading uses ATX syntax and resolves the markdownlint MD003 warning.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Duplicate comments:
In `@content/posts/hiero_links_of_feb_sixteenth.md`:
- Around line 32-33: Replace the setext-style heading underline under the text
"Want to be featured on the Hiero-Website?" with an ATX heading by prefixing the
line with one or more '#' characters (e.g., "# Want to be featured on the
Hiero-Website?") so the heading uses ATX syntax and resolves the markdownlint
MD003 warning.
|
Great work! |
Signed-off-by: aceppaluni <aceppaluni@gmail.com> Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
Description
This PR adds in the links for the events and updates happening in Hiero for the week of February 16th.
Changes Made
Related Issues
Fixes: #241
Screenshots (if applicable)
Checklist
Deployment Notes
Summary by CodeRabbit