From 509a297cf660e341b3fa49562d358aba754bf5b8 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Fri, 12 Apr 2013 17:46:01 -0700 Subject: [PATCH] Updated Development Guide (markdown) --- Development-Guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Development-Guide.md b/Development-Guide.md index dd21787..49baf48 100644 --- a/Development-Guide.md +++ b/Development-Guide.md @@ -2,7 +2,11 @@ * [Preparing your v1.x themes for v2.x](https://github.com/e107inc/e107/wiki/Preparing-your-v1.x-themes-for-v2.x) * [Creating a plugin for v2.x](https://github.com/e107inc/e107/wiki/Creating-a-plugin-for-v2.x) * [Creating a theme for v2.x](https://github.com/e107inc/e107/wiki/Creating-a-theme-for-v2.x) + ### Advanced * [Creating a custom script](https://github.com/e107inc/e107/wiki/Creating-a-custom-script) +## Contributing +* [Using Git/Github](https://github.com/e107inc/e107/wiki/Contributing) +* [Coding Standards](https://github.com/e107inc/e107/wiki/e107-Coding-Standard)