Revamp organization profile with new content - #1
Merged
Merged
Conversation
Updated the organization profile with detailed information about FutureMindsDev, including mission, featured projects, and core capabilities.
There was a problem hiding this comment.
🟡 Changes recommended
The new profile content includes formatting choices that are likely to render incorrectly on GitHub (inline style) and a hard-to-maintain long-line tech stack section that should be restructured for readability.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the GitHub organization profile README to present FutureMindsDev’s mission, team, featured projects, and technology focus in a more structured and informative way.
Changes:
- Adds a centered header block with org branding and contact badges.
- Introduces “About” and “Creators & Collaborators” sections with richer narrative and links.
- Lists featured projects and a capabilities/tech stack summary.
File summaries
| File | Description |
|---|---|
| profile/README.md | Adds a full organization-profile README with mission, team, projects, and tech stack details. |
Review details
Suppressed comments (2)
profile/README.md:42
- GitHub’s Markdown HTML sanitizer typically strips inline
styleattributes, so thisborder-radiusis unlikely to have any effect. Consider removing thestyleattribute (or switching to a pre-rounded image asset if you need a circular avatar).
<img src="https://github.com/arkar-chanmyae.png" width="110" height="110" style="border-radius: 50%;" alt="Arkar Chan Myae" />
profile/README.md:55
- GitHub’s Markdown HTML sanitizer typically strips inline
styleattributes, so thisborder-radiusis unlikely to have any effect. Consider removing thestyleattribute (or switching to a pre-rounded image asset if you need a circular avatar).
<img src="https://github.com/KhinMeMeLatt.png" width="110" height="110" style="border-radius: 50%;" alt="Khin Me Me Latt" />
- Files reviewed: 1/1 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| <!-- Replace the src below with your photo when ready --> | ||
| <!-- Example: https://github.com/FutureMindsDev/.github/blob/main/profile/assets/logo.png --> | ||
| <!-- ======================================================== --> | ||
| <img src="https://avatars.githubusercontent.com/u/200776174?v=4" alt="FutureMindsDev Logo" width="130" style="border-radius: 50%;" /> |
Comment on lines
+99
to
+100
| ## 🛠️ Core Capabilities & Technologies | ||
| Languages: TypeScript, Python, JavaScript, SQL AI & LLMs: LangGraph, Gemini Multimodal, OpenAI, Faster-Whisper, Prompt Engineering, Vector RAG Backend & Ops: NestJS, Node.js, Docker, PostgreSQL, Redis, Qdrant, Linux / Termux Frontend: Next.js, React, Tailwind CSS, Framer Motion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the organization profile with detailed information about FutureMindsDev, including mission, featured projects, and core capabilities.