- Add name to CONTRIBUTING.md
- Create profile page (itsomg134.md)
- Create Hello World script
Add this to the CONTRIBUTING.md file:
#### Name: [itsomg134](https://github.com/itsomg134)
- Place: Kolhapur, Maharashtra, India
- Bio: Aspiring Developer and Open Source Enthusiast
- GitHub: [itsomg134](https://github.com/itsomg134)Create file: profiles/itsomg134.md
# itsomg134
### Location
Kolhapur, Maharashtra, India
### Academics
[Your School/University Name]
### Interests
- Software Development
- Open Source Contributions
- Problem Solving
- Learning New Technologies
### Development
- Aspiring Developer
- Open Source Contributor
- Hacktoberfest Participant 2025
### Projects
- [Project Name](https://github.com/itsomg134/project-name) Description of your project
### Profile Link
[itsomg134](https://github.com/itsomg134)Create file: scripts/python/hello_world_itsomg134.py
# LANGUAGE: Python
# ENV: Python 3
# AUTHOR: itsomg134
# GITHUB: https://github.com/itsomg134
print('Hello, World!')git clone https://github.com/itsomg134/hacktoberfest.git
cd hacktoberfestgit checkout -b add-itsomg134- Add entry to
CONTRIBUTING.md - Create
profiles/itsomg134.md - Create
scripts/python/hello_world_itsomg134.py
git add .git commit -m "Add: itsomg134 to Hacktoberfest contributors"git push origin add-itsomg134- Go to https://github.com/itsomg134/hacktoberfest
- Click "New Pull Request"
- Select your branch:
add-itsomg134 - Add title: Add: itsomg134 to contributors
- Add description explaining your contribution
- Submit the PR!
## Description
Added my contribution to Hacktoberfest 2025!
## Changes Made
- ✅ Added name to CONTRIBUTING.md
- ✅ Created profile page (itsomg134.md)
- ✅ Created Hello World script in Python
## Checklist
- [x] I have read the contribution guidelines
- [x] My code follows the project's coding standards
- [x] I have tested my changes
- [x] All files are in the correct directories
Happy Hacktoberfest! 🎃
- Customize the profile page with your actual academic info and projects
- Verify all files are in the correct directories:
CONTRIBUTING.md(root)profiles/itsomg134.mdscripts/python/hello_world_itsomg134.py
- Test your Python script before submitting
- Review your changes before committing
| File | Location | Status |
|---|---|---|
| CONTRIBUTING.md entry | Root directory | ⏳ Pending |
| Profile page | profiles/ | ⏳ Pending |
| Hello World script | scripts/python/ | ⏳ Pending |
Good luck with your first open source contribution! 🚀
Don't forget to ⭐ star the repository after your PR is merged!