From ee9b4da0e1bde5ff0605321f6235c0d708568f83 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Fri, 13 Feb 2015 23:36:32 +0530 Subject: [PATCH] added contribution guide --- CONTRIBUTING.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..20a1eab6 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,26 @@ +# Contribute to EasyEngine (ee) + +This guide details how to use issues and pull requests to improve EasyEngine (ee). + +## How to report issue: + +Github issue-tracker is used **only** for report bugs and feature request. + +Please attach the output of following command when open a new issue/bug +```bash +lsb_release -a +ee -v +ee info +wp --allow-root --info +``` + +### EasyEngine chat: +Developer & contributor discussion: https://gitter.im/rtCamp/easyengine + + +### EasyEngine support request: +For support-request please use - http://community.rtcamp.com/c/easyengine + + +### Pull Requests: +When submitting your code please follow this coding standerds - http://docs.rtcamp.com/easyengine/dev/python/