Skip to content

docs: add AOSSIE social links to README#10

Merged
SharkyBytes merged 3 commits intoAOSSIE-Org:mainfrom
Muneerali199:docs/add-aossie-social-links
Mar 24, 2026
Merged

docs: add AOSSIE social links to README#10
SharkyBytes merged 3 commits intoAOSSIE-Org:mainfrom
Muneerali199:docs/add-aossie-social-links

Conversation

@Muneerali199
Copy link
Contributor

@Muneerali199 Muneerali199 commented Feb 22, 2026

Summary

Added official AOSSIE social and community links to the README to improve visibility and accessibility.

Changes

  • Added a Connect With AOSSIE section in README
  • Included links to:
    • Official Website
    • GitHub Organization
    • X (Twitter)
    • YouTube
    • Discord (if available)

Why

This enhancement helps new contributors and users easily discover AOSSIE’s official platforms and strengthens community engagement.

Summary by CodeRabbit

  • Documentation
    • Updated README: replaced the "Future Enhancements" item with a new "Connect With AOSSIE" section.
    • Added a community block with links to Website, GitHub, X (Twitter), YouTube, and Discord to make engagement channels more visible.

@coderabbitai
Copy link

coderabbitai bot commented Feb 22, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b62f9444-d348-4389-81ba-c0ebc133e657

📥 Commits

Reviewing files that changed from the base of the PR and between 844fff3 and 1df9702.

📒 Files selected for processing (1)
  • README.md
✅ Files skipped from review due to trivial changes (1)
  • README.md

📝 Walkthrough

Walkthrough

README.md updated: removed the "Medical image analysis" future-enhancements bullet and added a new "Connect With AOSSIE" section with Website, GitHub, X (Twitter), YouTube, and Discord links. This is a documentation-only change; no code or runtime behavior was modified.

Changes

Cohort / File(s) Summary
Documentation Update
README.md
Removed "Medical image analysis" bullet and added a "Connect With AOSSIE" section including Website, GitHub, X (Twitter), YouTube, and Discord community links. File end now has a trailing newline. (+11/−1 lines)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 I hopped through lines and swapped a note,
Carrots of links tied up with a bow,
Come visit, chat, and share a code tote,
AOSSIE's paths all set to grow! 🥕✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: adding AOSSIE social links to the README documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a 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

🧹 Nitpick comments (1)
README.md (1)

131-135: Use Markdown hyperlink syntax for consistency with the rest of the file.

The rest of the README (e.g., the Acknowledgments section) uses [Label](url) format, but these lines use bare URLs.

♻️ Proposed refactor
-- **Website:** https://aossie.org/
-- **GitHub:** https://github.com/AOSSIE-Org
-- **X (Twitter):** https://x.com/aossie_org
-- **YouTube:** https://www.youtube.com/@AOSSIE
-- **Discord:** (insert official invite link if available)
+- **Website:** [aossie.org](https://aossie.org/)
+- **GitHub:** [AOSSIE-Org](https://github.com/AOSSIE-Org)
+- **X (Twitter):** [`@aossie_org`](https://x.com/aossie_org)
+- **YouTube:** [AOSSIE on YouTube](https://www.youtube.com/@AOSSIE)
+- **Discord:** [Join our server](https://discord.com/invite/C8wHmwtczs)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 131 - 135, Replace the bare URLs with Markdown link
syntax to match the rest of the README: change the lines labeled "Website",
"GitHub", "X (Twitter)", "YouTube", and "Discord" so each reads like
[Website](https://aossie.org/), [GitHub](https://github.com/AOSSIE-Org), [X
(Twitter)](https://x.com/aossie_org),
[YouTube](https://www.youtube.com/@AOSSIE), and [Discord](insert official invite
link if available); update the corresponding entries in README.md where those
labels appear to use the bracketed link format.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Line 135: Replace the literal Discord placeholder text "(insert official
invite link if available)" under the "Discord" bullet with the real invite URL;
update the line labelled "**Discord:** (insert official invite link if
available)" to "**Discord:** https://discord.com/invite/C8wHmwtczs" so the
README shows the official AOSSIE Discord invite link.

---

Nitpick comments:
In `@README.md`:
- Around line 131-135: Replace the bare URLs with Markdown link syntax to match
the rest of the README: change the lines labeled "Website", "GitHub", "X
(Twitter)", "YouTube", and "Discord" so each reads like
[Website](https://aossie.org/), [GitHub](https://github.com/AOSSIE-Org), [X
(Twitter)](https://x.com/aossie_org),
[YouTube](https://www.youtube.com/@AOSSIE), and [Discord](insert official invite
link if available); update the corresponding entries in README.md where those
labels appear to use the bracketed link format.

README.md Outdated
- **GitHub:** https://github.com/AOSSIE-Org
- **X (Twitter):** https://x.com/aossie_org
- **YouTube:** https://www.youtube.com/@AOSSIE
- **Discord:** (insert official invite link if available)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Replace the Discord placeholder with the actual invite link.

Line 135 contains literal placeholder text (insert official invite link if available) rather than a real URL. The official AOSSIE Discord server ("Australian Open Source Software Innovation and Education Innovation and Education") is publicly reachable and the AOSSIE website's apply page directs contributors to join their Discord at https://discord.com/invite/C8wHmwtczs.

🐛 Proposed fix
-- **Discord:** (insert official invite link if available)
+- **Discord:** https://discord.com/invite/C8wHmwtczs
📝 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.

Suggested change
- **Discord:** (insert official invite link if available)
- **Discord:** https://discord.com/invite/C8wHmwtczs
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 135, Replace the literal Discord placeholder text "(insert
official invite link if available)" under the "Discord" bullet with the real
invite URL; update the line labelled "**Discord:** (insert official invite link
if available)" to "**Discord:** https://discord.com/invite/C8wHmwtczs" so the
README shows the official AOSSIE Discord invite link.

@Muneerali199
Copy link
Contributor Author

Hi sir @Zahnentferner , whenever you’re available, could you please review this PR? Thank you.

Copy link

@coderabbitai coderabbitai bot left a 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

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Line 134: Remove or replace the unverified YouTube link entry "**YouTube:**
https://www.youtube.com/@AOSSIE" in the README; either delete that line entirely
or substitute it with a verified official channel URL (or omit the YouTube
section) and ensure any replacement points to an officially confirmed AOSSIE
resource such as their website or GitHub org.

README.md Outdated
- **Website:** https://aossie.org/
- **GitHub:** https://github.com/AOSSIE-Org
- **X (Twitter):** https://x.com/aossie_org
- **YouTube:** https://www.youtube.com/@AOSSIE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🌐 Web query:

AOSSIE YouTube channel official

💡 Result:

I couldn’t find any official AOSSIE YouTube channel (i.e., a YouTube channel that AOSSIE links to from its official properties, or that clearly identifies itself as the organization’s official channel).

AOSSIE’s official online presence I can verify is:

  • Official website: https://aossie.org/ [1]
  • Official GitHub org: https://github.com/aossie-org [2]

If you share a YouTube link/handle you found, I can help verify whether it appears to be legitimately affiliated with AOSSIE.

Sources: [1], [2]


Remove or replace the unverified YouTube link.

The YouTube handle @AOSSIE cannot be confirmed as an official AOSSIE channel. AOSSIE's verified official presence is limited to their website (https://aossie.org/) and GitHub organization (https://github.com/aossie-org). Either remove this link or replace it with a verified official channel if one exists.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 134, Remove or replace the unverified YouTube link entry
"**YouTube:** https://www.youtube.com/@AOSSIE" in the README; either delete that
line entirely or substitute it with a verified official channel URL (or omit the
YouTube section) and ensure any replacement points to an officially confirmed
AOSSIE resource such as their website or GitHub org.

@dhruvi-16-me
Copy link

Hey @Muneerali199 Raise issue for this if you want your PR to be reviewed.

@Muneerali199
Copy link
Contributor Author

Hey @dhruvi-16-me, This is recommend by admin sir in the announcement and no one create issue for this

@dhruvi-16-me
Copy link

@Muneerali199 Are you sure the youtube link is correct?

@github-actions github-actions bot added no-issue-linked documentation Improvements or additions to documentation size/S labels Mar 24, 2026
@Muneerali199
Copy link
Contributor Author

Muneerali199 commented Mar 24, 2026

@Muneerali199 Are you sure the youtube link is correct?

See now @prudhvir3ddy

@SharkyBytes
Copy link
Contributor

Looks good!

@SharkyBytes SharkyBytes merged commit 650e385 into AOSSIE-Org:main Mar 24, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants