Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.77 KB

File metadata and controls

49 lines (29 loc) · 1.77 KB

#CONTRIBUTE TO COMPONENT

Contribute to GDSC-UMIT

Welcome to GDSC-UMIT ! We're excited that you're interested in contributing. Please take a moment to read this guide to understand how you can contribute to the project !

Code of Conduct

Before you start contributing, We expect all contributors to follow these guidelines to create a respectful and inclusive environment for everyone.

How to Contribute ?

Submitting an issue :-

If you feel ,there's any bug or feature improvement Please raise an issue. We are here to improve 🙌

Submitting Pull Request :-

If you'd like to contribute code or documentation changes, you can submit a pull request (PR) to our repository. Here's how:

  1. Fork the repository to your GitHub account.
    1. Click the fork button on the repository.

    2. Click Create Fork button below down.

    3. Copy the ssh clone url.

ssh clone url :- https://github.com/gdsc-umit/Component-Collections.git

  1. Clone your forked repository to your local machine.

    1. Cloning the forking repository using git clone command.

    git clone https://github.com/gdsc-umit/Component-Collections.git

  2. Create a new branch for your changes.

    git branch <new-branch>

  3. Make your changes and commit them with clear, concise commit messages.

    git commit -m"Add your commit message"

  4. Push your branch to your forked repository.

    git push

  5. Open a pull request from your branch to our repository's master branch.
    After the commit ,you will find a pull request button ,click on the pull request and make your Pull request with concise message.
    We will review your PR and provide feedback. Once your contribution is approved, it will be merged into the project.

Thankyou !!