Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 642 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 642 Bytes

Contributing to Meroshare Bot

You can contribute by fixing bugs, adding new features, upgrading documentation and even grammatical fixes.

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Create a new branch git checkout -b MY_BRANCH_NAME
  3. Push your contribution to the branch you created git push origin MY_BRANCH_NAME
  4. Navigate to the original repository where you created your fork
  5. Click on Compare and pull request to view changes
  6. Then click on create pull request