Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nav9v authored Sep 11, 2024
1 parent 716cc1a commit 985235d
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion README.md
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! 🙌

0 comments on commit 985235d

Please sign in to comment.