Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 677 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 677 Bytes

ThemeChanger

This is an open source project on github.This repository is open to all members of Github.

Contrbution guides

  1. Fork this repository

  2. Clone your fork down to your local environment

git clone https://github.com/your-username/ThemeChanger.git
  1. Create a branch
git checkout -b your-branch-name
  1. Make your addition

  2. Commit and Push your changes

git add .
git commit -m 'commit message'
git push origin your-branch-name
  • Create a new Pull Request from your forked repository, click the New Pull Request button located at the top of your repository
  • Wait for you PR to be reviewed and merge approval