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 ๐ป
+
+

+
+[](https://github.com/juned-mansuri)
+[](https://github.com/juned-mansuri)
+[](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
+
+
+
+
+
+
+
+
+
+
+
+
+---
+
+## ๐ฏ 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!
+
+
+
+[](https://www.jumicreates.dev/)
+[](https://www.linkedin.com/in/bytesizedjuned/)
+[](https://x.com/bytesized_juned)
+[](mailto:0junedmansuri@gmail.com)
+[](https://dev.to/bytesizedjuned)
+
+
+
+
+
+### ๐ฌ Random Dev Quote
+
+
+

+
+**Thanks for visiting! Let's build something amazing together! ๐**
+
+
+
+