๐ Contribute
Contribute to PYQFort
You can contribute to PYQFort as per the guidelines stated below
Primary contributions (Technical)
GitHub link: https://github.com/Saumy1905/PYQFort
๐ Cloning the Repository on Your Laptop
To contribute, first fork the repository and then clone your fork:
git clone <your-forked-repo-URL>
๐ Making Changes
- Navigate to the cloned directory and follow the commands:
cd PYQFort git remote add upstream https://github.com/Saumy1905/PYQFort.git git remote -v
- Create a new branch for your contribution:
git checkout -b college-name
- Add new PYQs or make improvements.
- Stage the changes:
git add .
- Commit your changes with a meaningful message:
git commit -m "Added PYQs for [Branch] [Sem] [Subject] [Code]"
- Push the changes to your fork:
git push origin college-name
๐ Submitting a Pull Request
- Go to your forked repository on GitHub.
- Click on "Compare & pull request".
- Add a brief description of your changes.
- Click "Create pull request".
If you are contributing to this project, then follow these guidelines:
[Data Dumping]
- Add your college directory in the
DATA_DUMP
folder in which other colleges are added - Not to add new college directory inside some other college
- Not to add irrelevant content inside the college repository
[Data Structure]
- We'll later structure the data from the
Data_Dump
directory and index it to PYQFort
๐ Your contribution will be reviewed and merged into the main repository!