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

Commit

Permalink
WordPress not Wordpress
Browse files Browse the repository at this point in the history
match the WordPress brand
  • Loading branch information
niallkennedy committed Sep 19, 2012
1 parent 149526d commit e1bd100
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Original file line Diff line number Diff line change
@@ -1,18 +1,18 @@
# Contributing to Facebook for Wordpress # Contributing to Facebook for WordPress


If you want to help contribute code to the Facebook for Wordpress plugin, we want to make it as easy as possible. Here's some guidelines to help you get on your way. If you want to help contribute code to the Facebook for WordPress plugin, we want to make it as easy as possible. Here are some guidelines to help you get on your way.


## Getting Started ## Getting Started
At a minimum, you'll need the following - At a minimum, you'll need the following -
* An installation of [Wordpress](http://wordpress.org/) * An installation of [WordPress](http://wordpress.org/)
* A Facebook App ID, available through the [App Dashboard](https://developers.facebook.com/apps/) * A Facebook App ID, available through the [App Dashboard](https://developers.facebook.com/apps/)
* A [GitHub account](https://github.com/signup/free) * A [GitHub account](https://github.com/signup/free)
* Let us know what you want to do using Issues. * Let us know what you want to do using Issues.
* Fork the repository on GitHub * Fork the repository on GitHub


## Making your changes ## Making your changes
* Create a new branch for your feature / bug fix * Create a new branch for your feature / bug fix
* Follow the [Wordpress Coding Standards](http://codex.wordpress.org/WordPress_Coding_Standards) * Follow the [WordPress Coding Standards](http://codex.wordpress.org/WordPress_Coding_Standards)
* When you're done, squash to one commit. * When you're done, squash to one commit.
* Reference your issue number in the commit message * Reference your issue number in the commit message


Expand All @@ -23,6 +23,6 @@ At a minimum, you'll need the following -


# Some relevant docs # Some relevant docs
* [Facebook API Docs](https://developers.facebook.com/docs/reference/apis/) * [Facebook API Docs](https://developers.facebook.com/docs/reference/apis/)
* The Wordpress guide to [writing plugins](http://codex.wordpress.org/Writing_a_Plugin) * The WordPress guide to [writing plugins](http://codex.wordpress.org/Writing_a_Plugin)
* [Facebook for Wordpress Homepage](https://developers.facebook.com/wordpress/) * [Facebook for WordPress Homepage](https://developers.facebook.com/wordpress/)


0 comments on commit e1bd100

Please sign in to comment.