#CONTRIBUTE TO COMPONENT
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 !
Before you start contributing, We expect all contributors to follow these guidelines to create a respectful and inclusive environment for everyone.
If you feel ,there's any bug or feature improvement Please raise an issue. We are here to improve 🙌
If you'd like to contribute code or documentation changes, you can submit a pull request (PR) to our repository. Here's how:
- Fork the repository to your GitHub account.
-
Click the fork button on the repository.
-
Click Create Fork button below down.
-
Copy the ssh clone url.
-
ssh clone url :- https://github.com/gdsc-umit/Component-Collections.git
-
Clone your forked repository to your local machine.
- Cloning the forking repository using git clone command.
git clone https://github.com/gdsc-umit/Component-Collections.git -
Create a new branch for your changes.
git branch <new-branch> -
Make your changes and commit them with clear, concise commit messages.
git commit -m"Add your commit message" -
Push your branch to your forked repository.
git push -
Open a pull request from your branch to our repository's
masterbranch.
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.