👉Site View Live
👉Layout By @Faheem
Welcome to our collaborative project! This repository is the foundation for building a platform where students can access and share study materials. Here's how you can contribute to this platform:
-
Fork the Repository:
- Fork the main repository to your GitHub account:
git clone https://github.com/GCET-CSE2022/GCET-UNOFFICIALS.git
- Fork the main repository to your GitHub account:
-
Create a New Branch:
- Create a new branch for your work:
git checkout -b your-branch-name
- Create a new branch for your work:
-
Make Changes:
- Develop new features or enhancements to improve the platform.
-
Commit Changes:
- Commit your changes to the branch:
git add . git commit -m "Your commit message"
- Commit your changes to the branch:
-
Push Changes:
- Push the branch to your forked repository:
git push origin your-branch-name
- Push the branch to your forked repository:
-
Create a Pull Request (PR):
- Open a pull request from your branch to the main repository.
-
Review and Address Feedback:
- Collaborate with other contributors by responding to feedback and addressing any requested changes in your pull request.
-
Merge Pull Request:
- Once your pull request is approved, it will be merged into the main repository by a project maintainer.
Feel free to contribute to the development of this platform, whether it's adding new features, improving existing functionality, or enhancing the user experience. Let's work together to create a valuable resource for all students!