Welcome to our open-source project! 😍
We appreciate your interest in contributing. 😊
This guide will help you get started with the project and make your first contribution.
-
Star this repository to show your support! ⭐
-
Fork this repository by clicking the "Fork" button at the top right corner.
-
Clone the forked repository to your local machine:
git clone https://github.com/abhishekraoas/MCA-Alumni-Network.git
-
Navigate to the project directory:
cd MCA-Alumni-Network
-
Create a new branch to work on your contribution:
git checkout -b <your-branch-name>
-
Make your changes: Add new features, fix bugs, or improve documentation.
-
Commit your changes:
git add . git commit -m "Describe your changes"
-
Push to your forked repository:
git push origin <your-branch-name>
-
Create a Pull Request:
- Go to your fork on GitHub, navigate to the "Pull Requests" section, and create a new pull request.
- Add a detailed description of your changes.
- Link any related issues.
-
Wait for Review: The maintainers will review your PR and may suggest changes or merge it.
We’re thrilled to have you contribute to the MCA Alumni Network! Your contribution makes this project better for everyone. 🎉
If you have any questions, feel free to open an issue or join the discussion.