Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.64 KB

CONTRIBUTING.md

File metadata and controls

62 lines (41 loc) · 1.64 KB

Contributors Guide ⚡

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.


Creating Your First Pull Request 🌟

  1. Star this repository to show your support! ⭐

  2. Fork this repository by clicking the "Fork" button at the top right corner.

  3. Clone the forked repository to your local machine:

    git clone https://github.com/abhishekraoas/MCA-Alumni-Network.git
  4. Navigate to the project directory:

    cd MCA-Alumni-Network
  5. Create a new branch to work on your contribution:

    git checkout -b <your-branch-name>
  6. Make your changes: Add new features, fix bugs, or improve documentation.

  7. Commit your changes:

    git add .
    git commit -m "Describe your changes"
  8. Push to your forked repository:

    git push origin <your-branch-name>
  9. 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.
  10. Wait for Review: The maintainers will review your PR and may suggest changes or merge it.


Thank You 🙌

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.