Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

55 lines (34 loc) · 1.04 KB

Contributing to Linkistic

Click on fork in the top left corner of your screen. Clone the repo you have been redirected to

git clone https://github.com/<your_username>/linkistic

Installing dependencies

npm i -g yarn

yarn install

Creating a new branch

git checkout -b <branch_name>

Starting server

yarn dev

🛡️ License

This project is licensed under the MIT License - see the LICENSE file for details.

Creating a PR

Pushing the code to Github

git add .
git commit -m "commit message (what you added)"
git push origin new-feature

After pushing the code go to your repository go to your repository and now this button will be enabled.

Now open a pull request.

After clicking on create a pull request, you will see this

Now create a pull request-

  • Give a title and description and create pull request.

  • You have created a pull request, and I will review it soon.