From 8bc4c5b046e7142cc3a4b4e7a0cffc21bf695835 Mon Sep 17 00:00:00 2001 From: DogooFalchion Date: Sat, 29 Oct 2016 13:16:37 -0400 Subject: [PATCH] Update Readme with contribution guidelines. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3fdb8e0..1b5524e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # Gizmos For all the gadgets and widgets that TShock includes out of the box. + +# How to Contribute +If you want to help us port commands over from NyxStudios/TShock, first open an issue for the command. +This will let everyone know that you are working on that command. + +You should create a pull request for every command you port, and only include that command in your +pull request. This is a one-to-one issue/pull request/command system. This allows for the maximum amount +of concurrent development.