-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,40 @@ | ||
# rancho | ||
![thumb](https://github.com/user-attachments/assets/c4bb2db7-4ddf-4413-88b8-5cc4d13d26b1) | ||
|
||
# Project Rancho | ||
|
||
**Project Rancho** is an initiative by **Team PTU ORCA** 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: [PTU ORCA Rancho](https://ptu-orca.github.io/rancho) | ||
|
||
## Contribution | ||
|
||
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: | ||
|
||
1. **Fork** the repository: [Fork Rancho](https://github.com/PTU-ORCA/rancho/fork) | ||
2. **Clone** the forked repository to your local machine: | ||
```bash | ||
git clone https://github.com/YOUR-USERNAME/rancho.git | ||
``` | ||
3. **Create a new branch** for your changes: | ||
```bash | ||
git checkout -b your-branch-name | ||
``` | ||
4. **Make your changes** and **commit**: | ||
```bash | ||
git add . | ||
git commit -m "Your contribution message" | ||
``` | ||
5. **Push** the changes to your fork: | ||
```bash | ||
git push origin your-branch-name | ||
``` | ||
6. Submit a **pull request** to the main repository: [Submit PR](https://github.com/PTU-ORCA/rancho/pulls) | ||
|
||
We appreciate all contributions, whether big or small! 🙌 |