Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 839 Bytes

CONTRIBUTION.md

File metadata and controls

51 lines (34 loc) · 839 Bytes

Contributing to the SupaComments

Make sure to read the Contributing Guide

Steps to contribute to the SupaComments:

  • Fork the repo
git clone https://github.com/mcnaveen/SupaComments
  • Install dependencies
yarn install
  • Create a new branch
git branch your-feature-name
  • Checkout your branch
git checkout your-feature-name
  • Start working on your feature

  • Once you're done, Check everything properly.

  • Then, commit your changes

git add .
git commit -m "Add your feature"
  • Push your changes to your forked repo
git push origin your-feature-name
  • If you're ready, open a PR on the original repo

  • If you have any questions, feel free to open an issue or contact me.