/WordPress-Gear

A bunch of gear for WP developers

Primary LanguageCSS

🔧 WordPress-Gear 🔧

A bunch of gear for WP developers

The actual page: http://wpgear.org/

To contribute you need a GitHub account. The easy way: Click on index.md then click edit. This will automatically fork this project to your account, make your changes then submit a pull request.

Or if you want, clone it locally.

# how to clone locally
$ git clone git://github.com/your_username/your_fork.git
$ cd your_fork
# switch branches to default github hosted pages
$ git checkout -b gh-pages remotes/origin/gh-pages
# Edit index.md 
$ git push