From 2e104097cdbf785c1c80ff1e988c60f68cbe5f43 Mon Sep 17 00:00:00 2001 From: James Liu Date: Sun, 19 Apr 2015 05:06:13 -0400 Subject: [PATCH] Added infromation about contributing to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4544d811..1bd9f1b4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ DanmakU is an open source danmaku development kit for Unity3D. See the [wiki](https://github.com/rhythmia/DanmakU/wiki) on a number of tutorials on how to get started. See the [script documentation](http://rhythmia.org/DanmakU/Docs/html/annotated.html) to see a scripting reference. +# Contributing +DanmakU is open source under the MIT license. While using it, and find a bug that you fixed? See an issue in the issue tracker (of which there are many)? Have a new idea for a good feature for the development kit? Simply fork this repo, make your changes and submit a pull request. They will be merged in once it is confirmed that the changes indeed do help. + # Structure DanmakU is split into multiple packages which can be used seperately or together depending on your needs: * Core - The central core to the entire dev kit, requires UnityUtilLib, Vexe Framework, and Unity3D itself.