Thank you for considering contributing to BVRITHDrive! This repository is a collaborative effort aimed at making academic resources accessible to all BVRIT Hyderabad students. Your contributions are valuable and help build a richer, more comprehensive resource for everyone.
Note: If you’re uploading material provided by the faculty, please confirm with them before adding it to the repository. If it’s your own content, feel free to upload it directly. This ensures that we respect intellectual property and maintain the integrity of the repository.
Start by forking the repository to your GitHub account. This creates a copy of the repo that you can freely edit without affecting the original.
Next, clone your forked repository to your local machine so you can start making changes.
git clone https://github.com/your-username/BVRITHDrive.git
Please organize your files according to the repository structure. Each subject or resource type should go into its respective folder. If you’re adding something new, feel free to create a new folder, but keep the naming clear and straightforward.
Example:
BVRITHStudy/
│
├── Bits/
├── Imp Questions/
├── Mid Papers/
├── Notes/
├── PYQs/
└── R22_Syllabus.pdf
Once you've added your files, commit your changes with a clear and descriptive commit message.
git add .
git commit -m "Added [description of your contribution]"
Push your changes to your forked repository on GitHub.
git push
Finally, go to your fork on GitHub and create a pull request (PR) to the main BVRITHDrive repository. Describe what you've added or changed in the PR description so it's clear to everyone what your contribution is about.
To ensure that BVRITHDrive remains a valuable resource, please keep the following guidelines in mind:
- Respect the Structure: Follow the existing structure of the repository to keep things organized.
- Clear Naming: Use clear and descriptive names for your files and folders.
- Original Content: Ensure that any notes, questions, or other materials you contribute are your own work or properly credited. Avoid sharing copyrighted material without permission.
- Quality Over Quantity: Focus on providing accurate, helpful resources rather than just uploading files for the sake of it.
- Positive Community: Maintain a respectful and supportive tone in all communications.
By contributing to this repository, you agree to adhere to the Code of Conduct. This ensures a welcoming and inclusive environment for all contributors.