Skip to content

GDSC-OOU/NODE-OOU-WEB

Repository files navigation

Contributing to Node-OOU

We welcome your contributions to help make this project a reality. Please follow the guidelines below to get started.

Table of Contents

Fork the Repository

Click the "Fork" button at the top-right of this repository to create your own copy.

Clone Your Fork

Clone your forked repository to your local machine using the following command. Replace the [your username] with yours or just click on code by the top right corner and copy the https link:

git clone https://github.com/[your username]/NODE-OOU-WEB.git

Install Dependencies

Navigate to the project directory and install the necessary dependencies using npm:

cd NODE-OOU-WEB
npm install

Create a New Branch

Create a new branch for your contribution. Choose a descriptive name that reflects the purpose of your changes:

git checkout -b feature/your-feature-name

Make Your Changes

Make the necessary changes to the codebase. Be sure to follow the coding style and conventions of the project.

Commit Your Changes

Commit your changes with a clear and concise commit message:

git commit -m "Add your commit message here"

Push Your Changes

Push your changes to your forked repository on GitHub:

git push origin feature/your-feature-name

Create a Pull Request

Go to the original repository on GitHub and click on the "New Pull Request" button. Select your branch and describe your changes in the pull request. Be sure to reference any relevant issues.

Code Review

Your pull request will undergo code review. Be prepared to make additional changes if requested.

Merge Your Pull Request

Once your pull request is approved, it will be merged into the main project. Congratulations, you've successfully contributed!

Thank You

Thank you for contributing to NODE-OOU.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published