File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Contribute to EasyEngine (ee)
2+
3+ This guide details how to use issues and pull requests to improve EasyEngine (ee).
4+
5+ ## How to report issue:
6+
7+ Github issue-tracker is used ** only** for report bugs and feature request.
8+
9+ Please attach the output of following command when open a new issue/bug
10+ ``` bash
11+ lsb_release -a
12+ ee -v
13+ ee info
14+ wp --allow-root --info
15+ ```
16+
17+ ### EasyEngine chat:
18+ Developer & contributor discussion: https://gitter.im/rtCamp/easyengine
19+
20+
21+ ### EasyEngine support request:
22+ For support-request please use - http://community.rtcamp.com/c/easyengine
23+
24+
25+ ### Pull Requests:
26+ When submitting your code please follow this coding standerds - http://docs.rtcamp.com/easyengine/dev/python/
You can’t perform that action at this time.
0 commit comments