From 648e63f9a6e97cf9bf68a8ca2e9e9b86c36b3d6c Mon Sep 17 00:00:00 2001 From: Geert De Deckere Date: Thu, 27 Dec 2012 20:01:32 +0100 Subject: [PATCH] Update CONTRIBUTING.md Putting some extra emphasis on coding standards. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 43d9f5f48fd..5897b3f9e97 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ __note__ GitHub is for bug reports and contributions only - if you have a suppor * Fork the repository on GitHub * Make the changes to your forked repository - * Ensure you stick to the [WordPress Coding Standards](http://codex.wordpress.org/WordPress_Coding_Standards) + * **Ensure you stick to the [WordPress Coding Standards](http://codex.wordpress.org/WordPress_Coding_Standards)** * Ensure you use LF line endings - no crazy windows line endings :) * When committing, reference your issue (#1234) and include a note about the fix * Push the changes to your fork and submit a pull request on the master WooCommerce repository @@ -29,4 +29,4 @@ At this point you're waiting on us to merge your pull request. We'll review all * [General GitHub documentation](http://help.github.com/) * [GitHub pull request documentation](http://help.github.com/send-pull-requests/) * [WooCommerce Docs](http://wcdocs.woothemes.com/) -* [WooThemes Support](http://support.woothemes.com) \ No newline at end of file +* [WooThemes Support](http://support.woothemes.com)