Contributing to CSE Starter Guide Kit
Thank you for considering contributing! Your help makes this guide better for everyone.
How to Contribute
-
Fork the repository
Click the "Fork" button at the top of the repo. -
Clone your fork
```bash git clone https://github.com/your-username/cse-student-starter-guide.git Create a new branch
bash Copy code git checkout -b feature/my-new-page Make your changes
Add new topics, correct typos, or improve formatting.
Follow the existing folder structure:
core/, domain/, college/, etc.
Commit your changes
bash Copy code git add . git commit -m "Add new topic X" Push to your branch
bash Copy code git push origin feature/my-new-page Create a Pull Request Go to the original repository and submit your PR.
Guidelines Keep content beginner-friendly.
Use markdown formatting consistently.
Check links and references before submitting.
Your contributions help future CSE students learn faster!