OSDN Git Service

link to contributor guide from readme
authorscribu <mail@scribu.net>
Sun, 9 Jun 2013 10:57:54 +0000 (13:57 +0300)
committerscribu <mail@scribu.net>
Sun, 9 Jun 2013 10:57:54 +0000 (13:57 +0300)
CONTRIBUTING.md
README.md

index 52ce37f..a205319 100644 (file)
@@ -4,6 +4,7 @@ Contribute
 So you've got an awesome idea to throw into WP-CLI. Great! Here's the process, in a nutshell:
 
 1. [Fork](https://github.com/wp-cli/wp-cli/fork) the repository.
+2. Clone the repo and run `./utils/dev-build`.
 2. Make the code changes in your fork.
 3. Open a pull request.
 
index 2c49bc8..51151a1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,3 +24,7 @@ Need even more info?
 Read our [wiki](https://github.com/wp-cli/wp-cli/wiki) and find out how to create your own commands with our [commands cookbook](https://github.com/wp-cli/wp-cli/wiki/Commands-Cookbook).
 
 If you want to receive an email for every single commit, you can subscribe to the [wp-cli-commits](https://groups.google.com/forum/?fromgroups=#!forum/wp-cli-commits) mailing list.
+
+Contributing
+------------
+See [CONTRIBUTING.md](CONTRIBUTING.md).