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)