naruepanart / Chromaextensio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chromaextensio 🌈

  • To start contributing to this Repository, follow the below guidelines:
  1. Fork this Repository.

  2. Clone your forked copy of the project.

    git clone https://github.com/<your_user_name>/Chromaextensio.git
    
  3. Navigate to the project directory πŸ“.

    cd Chromaextensio
    
  4. Add reference to original repository (remote).

    git remote add upstream https://github.com/abhishek213-alb/Chromaextensio
    
  5. Before making any changes in the repository, always take a pull from the upstream repository to your branch to keep it updated with remote repository.

    git pull upstream main
    
  6. Create a new branch.

    git checkout -b <your_branch_name>
    
  7. Make necessary changes that are required.

  8. Track Your Changes

    git add .
    
  9. Commit your changes.

    git commit -m "Relevant message"
    
  10. Push the committed changes in your branch to your remote repo.

    git push -u origin <your_branch_name>
    
  11. Make The Pull Request (PR) πŸš€

  12. Wooohoo! You have successfully made a PR to the Repo- Chromaextensio 🌍 . Wait for your Submission to be Accepted and your PR to be Merged!.



About

License:MIT License


Languages

Language:JavaScript 84.1%Language:HTML 9.5%Language:CSS 5.0%Language:Makefile 1.4%