From a28959db0efa2c238ef864f2e7f2ab6a8f5986d2 Mon Sep 17 00:00:00 2001 From: Wilee999 Date: Thu, 9 Jan 2014 15:09:01 -0800 Subject: [PATCH] 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.__