Skip to content

Latest commit

 

History

History
43 lines (43 loc) · 2.86 KB

CONTRIBUTING.md

File metadata and controls

43 lines (43 loc) · 2.86 KB

Contributing to the Socialite

We are thrilled that you would like to contribute to the React App. The following guidelines will help you get started.

Table of Contents

Issues

Before you start contributing, we suggest you check the issues page to see if your contribution is already being addressed. If not, feel free to create a new issue and describe the problem.

Fork and Clone

In order to contribute to the React App, you need to fork the repository and clone it to your local machine. To do this, follow these steps:

  1. Go to the React App repository on GitHub.
  2. Click the "Fork" button in the top right corner of the page.
  3. Clone the repository to your local machine by running the following command in your terminal:
     git clone https://github.com/arnab2001/coinverse.git 

Branch Creation

It is recommended to create a separate branch for your changes. To do this, run the following command in your terminal:

 git checkout -b  

Commit Changes

After you have made your changes, it's time to commit them to your branch. Run the following commands in your terminal:

  git add .
  git commit -m ""

Submit a pull request

Now that you have committed your changes, it's time to submit a pull request. To do this, follow these steps:

  1. Go to your forked repository on GitHub.
  2. Click the "Compare & pull request" button.
  3. Fill in the required information and click the "Create pull request" button.

Your pull request will be reviewed and if approved, merged into the main branch.

Code of Conduct

We have a Code of Conduct in place to ensure a welcoming and inclusive environment for all contributors. Please read and follow the Code of Conduct, which can be found in the CODE_OF_CONDUCT.md file in the repository.

If you have any questions or concerns about the Code of Conduct, please feel free to reach out to the repository owner or a collaborator.

Thank you for your interest in contributing to the React App! We look forward to your contribution.