From a28959db0efa2c238ef864f2e7f2ab6a8f5986d2 Mon Sep 17 00:00:00 2001 From: Wilee999 Date: Thu, 9 Jan 2014 15:09:01 -0800 Subject: [PATCH 1/2] Add picture to CONTRIBUTING.md. --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2cdc3d1c..88553c57 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,9 @@ For those who wish to contribute, we encourage you to fork the repository and su * Make sure your changes build (and work!). ## Tips - How To Get Your Pull Request Accepted ## +* See this picture for help: +[Imgur](http://i.imgur.com/7kogorv.jpg) + * Make sure your changes work and compile without difficulty. * Make sure your change adds something useful, do not add commands to micromanage the server. (ie: Shorthands for a collection of commands) * __Commands that make use of `org.bukkit.Server.dispatchCommand()` will probably be rejected.__ From 75353ae4b147f17ed288af2469f1c62daa29a82f Mon Sep 17 00:00:00 2001 From: Wilee999 Date: Thu, 9 Jan 2014 15:10:31 -0800 Subject: [PATCH 2/2] oops --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 88553c57..58f9f36e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ For those who wish to contribute, we encourage you to fork the repository and su ## Tips - How To Get Your Pull Request Accepted ## * See this picture for help: -[Imgur](http://i.imgur.com/7kogorv.jpg) +![Imgur](http://i.imgur.com/7kogorv.jpg) * Make sure your changes work and compile without difficulty. * Make sure your change adds something useful, do not add commands to micromanage the server. (ie: Shorthands for a collection of commands)