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

Latest commit

 

History

History
22 lines (12 loc) · 742 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (12 loc) · 742 Bytes

CONTRIBUTION GUIDELINES

  1. First FORK this repo

  2. Go to terminal: git init git remote add origin https://github.com/<your_github_username>/Scee-Website

  3. Then make a branch of the component on which you wish to work. This can be done by the following command :
    git checkout -b <component name>

  4. When you are done with the feature and want to push it: git push -u origin <component name>

  5. After pushing the code to your branch, create a pull request!

Please follow the coding stanards as it makes it easier for us to maintain!

If your PR is merged, your name will be added to the Contributors list.

Important: Follow us on Instagram

print("Happy Coding!")