From d110676dd5aab7f14bf7f6608664e924a58e22be Mon Sep 17 00:00:00 2001 From: juned-mansuri <0studyforair@gmail.com> Date: Sat, 22 Nov 2025 00:34:18 +0530 Subject: [PATCH] Add My profile --- .github/pull_request_template.md | 354 ++++++++----------------------- profiles/junedmansuri.md | 166 +++++++++++++++ 2 files changed, 252 insertions(+), 268 deletions(-) create mode 100644 profiles/junedmansuri.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b80b592..a079340 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,296 +1,114 @@ - - -## ๐Ÿ“‹ Description - - - -### What type of contribution is this? - - - -- [ ] ๐Ÿ‘ค Profile (Adding or updating a student profile) -- [ ] ๐Ÿงฉ Challenge (Solving a coding challenge) -- [ ] ๐Ÿš€ Project (Building a new project or feature) -- [ ] ๐Ÿ“œ Script (Adding a helpful script or tool) -- [ ] ๐Ÿ“ Documentation (Improving docs, README, or guides) -- [ ] ๐Ÿ› Bug Fix (Fixing an issue) -- [ ] โœจ Enhancement (Improving existing functionality) -- [ ] ๐ŸŽจ Design (UI/UX improvements) - -### What does this PR do? - - - - - -### Related Issue - - - -- Closes # -- Related to # - ---- - -## ๐ŸŽฏ For Beginners: Step-by-Step Guide - - - -### Before Submitting - -1. **โœ… I have tested my changes locally** - - Run your code to make sure it works - - Check for any errors or warnings - -2. **โœ… I have followed the project guidelines** - - Read [CONTRIBUTING.md](../CONTRIBUTING.md) - - Followed coding standards and best practices - -3. **โœ… I have updated documentation** (if needed) - - Updated README if adding new features - - Added comments to complex code - - Created/updated any relevant docs - -### Need Help? - -- ๐Ÿ’ฌ **Ask questions** in the comments below -- ๐Ÿ“– **Read the guides** in [docs/guides/](../docs/guides/) -- ๐Ÿ†˜ **Tag a maintainer** with @mention if stuck -- ๐ŸŽ“ **Check our FAQ** for common issues - ---- - -## ๐Ÿงช Testing - -### How to test this PR? - - - -1. -2. -3. - -### Test Results - - - -``` -Paste test output here -``` - ---- - -## ๐Ÿ“ธ Screenshots / Demo - - - -### Before - - - -### After - - - ---- - -## ๐Ÿ“ Checklist - - - -### Code Quality - -- [ ] My code follows the project's style guidelines -- [ ] I have performed a self-review of my code -- [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] My changes generate no new warnings or errors -- [ ] I have checked for and fixed any typos - -### Documentation - -- [ ] I have updated the README (if applicable) -- [ ] I have added/updated comments in my code -- [ ] I have updated relevant documentation in `/docs` -- [ ] My profile follows the template (for profile contributions) - -### Testing & Validation - +# ๐ŸŽ‰ Pull Request + +## ๐Ÿ“ Description + + + +## ๐ŸŽฏ Type of Contribution + +- [ ] ๐Ÿ‘ค Student Profile (adding or updating profile) +- [ ] ๐Ÿงฉ Coding Challenge (solution or new challenge) +- [ ] ๐Ÿš€ Project (new project or enhancement) +- [ ] ๐Ÿ“œ Script/Tool (automation or utility) +- [ ] ๐Ÿ“š Documentation (guides, README, or comments) +- [ ] ๐Ÿ› Bug Fix +- [ ] โœจ New Feature +- [ ] ๐ŸŽจ UI/Design Improvement +- [ ] โ™ป๏ธ Code Refactoring +- [ ] ๐Ÿ”ง Configuration/Workflow Update + +## ๐ŸŽ“ Experience Level + +- [ ] ๐ŸŒฑ First-time contributor (this is my first open source contribution) +- [ ] ๐ŸŒฟ Beginner (I've made a few contributions before) +- [ ] ๐ŸŒณ Intermediate (I'm comfortable with Git and GitHub) +- [ ] ๐ŸŒฒ Advanced (I'm experienced with open source) + +## โœ… Pre-Submission Checklist + +- [ ] I have read the [Contributing Guidelines](../../docs/guides/CONTRIBUTING.md) +- [ ] My code follows the project's code style - [ ] I have tested my changes locally -- [ ] I have added tests that prove my fix/feature works (if applicable) -- [ ] All existing tests pass with my changes -- [ ] I have checked that my changes don't break other features - -### Git & Commit - -- [ ] My branch is up to date with the main branch -- [ ] I have used clear, descriptive commit messages -- [ ] I have squashed any unnecessary commits -- [ ] My PR title clearly describes what this PR does - ---- - -## ๐ŸŽ“ For Different Contribution Types - -
-๐Ÿ“ฑ Profile Contributions - -### Profile Checklist -- [ ] Used the profile template from `docs/templates/PROFILE_TEMPLATE.md` -- [ ] File is named `profiles/YOUR_GITHUB_USERNAME.md` -- [ ] Included your name, school, and interests -- [ ] Profile is professional and respectful -- [ ] No personal sensitive information included - -### Profile Tips -- โœ… Be authentic and showcase your personality -- โœ… Include your learning goals -- โœ… Mention technologies you're interested in -- โœ… Add a fun fact about yourself -- โŒ Don't include email, phone, or address -- โŒ Don't use offensive language - -
- -
-๐Ÿงฉ Challenge Solutions - -### Challenge Checklist -- [ ] My solution is in the correct directory (`challenges/level/challenge-name/`) -- [ ] I have included clear comments explaining my approach -- [ ] My solution handles edge cases -- [ ] I have tested with different inputs -- [ ] My code follows the challenge requirements - -### Challenge Tips -- โœ… Explain your thought process in comments -- โœ… Consider time and space complexity -- โœ… Test with edge cases (empty inputs, large numbers, etc.) -- โœ… Write clean, readable code -- โŒ Don't just copy solutions from the internet -- โŒ Don't submit untested code +- [ ] I have added comments to my code where necessary +- [ ] My changes don't break existing functionality +- [ ] I have updated documentation if needed +- [ ] My commit messages are clear and descriptive -
+## ๐Ÿงช Testing Done + +- [ ] Tested locally +- [ ] Added/updated tests +- [ ] Manual testing performed +- [ ] N/A (documentation only) -
-๐Ÿš€ Project Contributions +**Testing details:** + -### Project Checklist -- [ ] Project has a clear README with setup instructions -- [ ] All dependencies are documented -- [ ] Code is organized and well-structured -- [ ] Project follows the directory structure guidelines -- [ ] Includes examples or demo (if applicable) -### Project Tips -- โœ… Include a demo or screenshots -- โœ… Write clear setup/installation steps -- โœ… Add error handling -- โœ… Make it beginner-friendly -- โœ… Include a "How to Use" section -- โŒ Don't commit node_modules, .env, or build artifacts -- โŒ Don't include sensitive data or API keys +## ๐Ÿ“ธ Screenshots (if applicable) + -
-
-๐Ÿ“ Documentation +## ๐Ÿ”— Related Issues + +Closes # +Related to # -### Documentation Checklist -- [ ] Writing is clear and easy to understand -- [ ] Grammar and spelling are correct -- [ ] Links are working and relevant -- [ ] Examples are included where helpful -- [ ] Follows the project's documentation style +## ๐Ÿ“š Additional Context + -### Documentation Tips -- โœ… Write for beginners -- โœ… Use examples to clarify complex topics -- โœ… Break content into sections with headers -- โœ… Include code blocks with proper syntax highlighting -- โŒ Don't assume prior knowledge -- โŒ Don't use overly technical jargon without explanation - -
- ---- - -## ๐ŸŒŸ Additional Information - -### What I learned while working on this: - - - - - -### Challenges I faced: - - +## ๐Ÿ’ก Learning Journey (Optional but Encouraged!) + +**What I learned:** -### Questions for reviewers: +**Challenges I faced:** - +**How I overcame them:** --- -## ๐Ÿ“š Resources I Used +## ๐ŸŽ“ First-Time Contributors: Welcome! ๐ŸŽ‰ - +If this is your first contribution, don't worry about getting everything perfect! Here's what happens next: -- -- +1. **Automated Checks** โœ“ + - Our CI will automatically test your code + - Don't panic if something fails - it's a learning opportunity! + - You can push more commits to fix any issues ---- +2. **Code Review** ๐Ÿ‘€ + - A maintainer will review your contribution + - They might suggest some changes - this is normal and helpful! + - Feel free to ask questions if anything is unclear -## ๐Ÿ’ฌ Notes for Reviewers +3. **Feedback Loop** ๐Ÿ”„ + - Make any requested changes + - Push new commits to this same PR + - The review process repeats until everything looks good - +4. **Merge & Celebrate** ๐ŸŽŠ + - Once approved, your PR will be merged + - You'll earn contributor badges + - Your profile will appear in our contributors gallery! +**Need Help?** +- Comment on this PR with your questions +- Tag `@maintainers` for assistance +- Check our [FAQ](../../docs/guides/FAQ.md) +- Join our [Discussions](https://github.com/sehmaluva/student-fest/discussions) +**Remember:** Every expert was once a beginner. You're doing great! ๐Ÿ’ช --- - +### ๐Ÿ“‹ For Reviewers + +- [ ] Code quality is acceptable +- [ ] Tests pass or N/A +- [ ] Documentation is updated if needed +- [ ] No security concerns +- [ ] Ready to merge diff --git a/profiles/junedmansuri.md b/profiles/junedmansuri.md new file mode 100644 index 0000000..8254019 --- /dev/null +++ b/profiles/junedmansuri.md @@ -0,0 +1,166 @@ +
+ +# ๐Ÿชจ Where Philosophy Meets Code ๐Ÿ’ป + +Typing SVG + +[![Profile Views](https://komarev.com/ghpvc/?username=juned-mansuri&color=blueviolet&style=for-the-badge)](https://github.com/juned-mansuri) +[![GitHub followers](https://img.shields.io/github/followers/juned-mansuri?style=for-the-badge&color=blue)](https://github.com/juned-mansuri) +[![LinkedIn](https://img.shields.io/badge/-Connect-blue?style=for-the-badge&logo=Linkedin&logoColor=white)](https://www.linkedin.com/in/bytesizedjuned/) + +
+ +--- + +## ๐Ÿš€ About Me + + + + + + + +
+ +**๐Ÿ“ Location** +๐ŸŒ India + +**๐Ÿ’ผ Role** +๐Ÿ’ป Full Stack Developer | ๐ŸŽ“ Student + +**โšก Current Focus** +Building scalable web applications ๐ŸŽฏ + + + +**๐Ÿ”ง Code Languages** +JavaScript โ€ข TypeScript โ€ข Python โ€ข Java โ€ข C++ + +**๐ŸŽจ Frontend** +React โ€ข Next.js โ€ข Vue โ€ข Tailwind โ€ข Bootstrap + +**โš™๏ธ Backend** +Node.js โ€ข Express โ€ข Django โ€ข Flask + + + +**๐Ÿ—„๏ธ Databases** +MongoDB โ€ข PostgreSQL โ€ข MySQL + +**๐Ÿ› ๏ธ Tools** +Git โ€ข Docker โ€ข VS Code โ€ข Postman + +**๐Ÿ˜„ Fun Fact** +The One Who imagine Sisyphus happy + +
+ +
+ +### ๐Ÿ› ๏ธ Tech Stack & Tools + +![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=black) +![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=flat-square&logo=typescript&logoColor=white) +![React](https://img.shields.io/badge/-React-61DAFB?style=flat-square&logo=react&logoColor=black) +![Node.js](https://img.shields.io/badge/-Node.js-339933?style=flat-square&logo=node.js&logoColor=white) +![Python](https://img.shields.io/badge/-Python-3776AB?style=flat-square&logo=python&logoColor=white) +![MongoDB](https://img.shields.io/badge/-MongoDB-47A248?style=flat-square&logo=mongodb&logoColor=white) +![Git](https://img.shields.io/badge/-Git-F05032?style=flat-square&logo=git&logoColor=white) +![VS Code](https://img.shields.io/badge/-VS%20Code-007ACC?style=flat-square&logo=visual-studio-code&logoColor=white) + +
+ +--- + +## ๐ŸŽฏ What I'm Up To + + + + + + + + + + +
+ +### ๐Ÿ“š Currently Learning +๐Ÿ”น Advanced React Patterns +๐Ÿ”น System Design +๐Ÿ”น Cloud Architecture (AWS) +๐Ÿ”น AI/ML Fundamentals + + + +### ๐Ÿ”จ Building +๐Ÿš€ Full-stack E-commerce Platform +๐ŸŽฎ Interactive Web Game +๐Ÿ“ฑ Mobile-first Portfolio +๐Ÿค– AI-powered Chatbot + +
+ +### ๐ŸŒฑ Exploring +โšก Next.js 15 +๐Ÿณ Docker & Kubernetes +๐ŸŽจ Three.js & WebGL +๐Ÿ” Web3 Technologies + + + +### ๐ŸŽฏ 2026 Goals +โœ… Contribute to 10+ Open Source Projects +โœ… Build 5 Full-stack Applications +โœ… Master Data Structures & Algorithms +โœ… Launch a SaaS Product + +
+ + +## ๐Ÿ“Š GitHub Analytics + +
+ + + + + + +
+ +
+ +### ๐Ÿ’ป Most Used Languages + + + +
+ + + + +## ๐Ÿ“ซ Let's Connect! + +
+ +[![Portfolio](https://img.shields.io/badge/Portfolio-FF5722?style=for-the-badge&logo=todoist&logoColor=white)](https://www.jumicreates.dev/) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/bytesizedjuned/) +[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://x.com/bytesized_juned) +[![Email](https://img.shields.io/badge/Email-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:0junedmansuri@gmail.com) +[![Dev.to](https://img.shields.io/badge/dev.to-0A0A0A?style=for-the-badge&logo=dev.to&logoColor=white)](https://dev.to/bytesizedjuned) + +
+ +
+ +### ๐Ÿ’ฌ Random Dev Quote + +![](https://quotes-github-readme.vercel.app/api?type=horizontal&theme=tokyonight) + + +**Thanks for visiting! Let's build something amazing together! ๐Ÿš€** + + + +