Skip to content

Latest commit

 

History

History
184 lines (57 loc) · 2.16 KB

File metadata and controls

184 lines (57 loc) · 2.16 KB

🤝 Contributing to Menthub

Thanks for showing interest in contributing to **Menthub**! 🧠💡

Menthub is a full-stack platform aimed at bridging the gap between college students seeking mentorship and those ready to guide. Whether you're fixing a bug, writing docs, or building a feature — your contribution matters.


## 🚀 How to Contribute (Step-by-Step)

### 1. Fork the Repository

Go to the [Menthub GitHub repo](https://github.com/your-org/menthub) and click on the **Fork** button to make your own copy.

### 2. Clone Your Fork

git clone https://github.com/<your-username>/menthub.git

cd menthub

### 3. Create a New Branch

Give your branch a meaningful name:

git checkout -b add-contributing-md

### 4. Make Your Changes

Add features, fix bugs, write documentation, or improve styling — whatever you're contributing. Example:

echo "# This is my change" >> README.md

### 5. Stage and Commit

Make sure to write a clear and descriptive commit message:

git add .

git commit -m "Add CONTRIBUTING.md with detailed steps"

### 6. Push to Your Fork

Push your branch to GitHub:

git push origin add-contributing-md

### 7. Open a Pull Request

* Go to your forked repo on GitHub

* You’ll see a prompt to “Compare & Pull Request” — click it

* Add a title and description explaining your changes

* Submit the PR

We’ll review it and merge it if everything looks good. ✅


## ✅ Contribution Guidelines

* Keep your commits atomic and meaningful

* Follow the existing coding style (indentation, naming, etc.)

* Document your code if needed

* Be respectful in comments and PR discussions


## 💡 Good First Contributions

* Fix typos or broken links in documentation

* Add comments to complex code blocks

* Create small UI improvements

* Write test cases for existing components


## 📢 Need Help?

* Open a discussion or issue on GitHub

* Tag a maintainer in your PR or comment


Thanks for contributing to Menthub. Let’s build something amazing together! 💜