Project dumbAF is an initiative by Team CollabDoor to provide students with a comprehensive resource hub. It includes:
- Previous Year Questions (PYQ)
- Syllabus
- Books
- Study Resources
Explore everything you need for academic success, all in one place!
Visit: dumbAF We would be thankful if you contribute! We are open to contributions from everyone. If you have resources or improvements to share, follow these steps to contribute:
- Fork the repository: Fork
- Clone the forked repository to your local machine:
https://github.com/`YOUR_USERNAME`/dumbAF
- Create a new branch for your changes:
git checkout -b your-branch-name
- Make your changes and commit:
git add . git commit -m "Your contribution message"
- Push the changes to your fork:
git push origin your-branch-name
- Submit a pull request to the main repository: Submit PR