Session Learning for Open Source Engineering
This repository is participating in Hacktoberfest 2025! We welcome contributions from developers of all skill levels.
This repository is dedicated to learning and practicing Open Source Engineering concepts. It's a perfect place for beginners to start their open source journey and for experienced developers to share their knowledge.
-
Fork the Repository
- Click the Fork button in the top-right corner of this page
- This will create a copy of this repository in your account
-
Clone the Repository
git clone https://github.com/YOUR-USERNAME/Y24OpenSourceEngineering.git cd Y24OpenSourceEngineering -
Create a New Branch
git checkout -b your-branch-name
-
Make Your Changes
- Add your contributions
- Follow our coding standards
- Test your changes
-
Commit and Push
git add . git commit -m "Add: Brief description of your changes" git push origin your-branch-name
-
Create a Pull Request
- Go to your forked repository
- Click on "Pull Request"
- Submit your changes for review
- Add your introduction in the
Introductionsfolder - Share learning resources about Open Source
- Fix typos or improve documentation
- Add new features or improvements
- Report bugs or suggest enhancements
- Be respectful and inclusive
- Follow project guidelines
- Help others learn and grow
- Give credit where it's due
If you have any questions or need help, feel free to:
- Open an issue
- Comment on existing issues
- Reach out to maintainers
Happy Hacking! π