You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
953 B
37 lines
953 B
10 years ago
|
# Community Guidelines
|
||
10 years ago
|
|
||
10 years ago
|
This guide details how to get involve in EasyEngine commmunity. Please read this carefully.
|
||
10 years ago
|
|
||
|
|
||
|
|
||
10 years ago
|
## How to get help?
|
||
|
|
||
|
Please attach the output of following command when open a new support request.
|
||
|
|
||
10 years ago
|
```bash
|
||
|
lsb_release -a
|
||
|
ee -v
|
||
|
ee info
|
||
|
wp --allow-root --info
|
||
|
```
|
||
|
|
||
10 years ago
|
### Where to create issue?
|
||
|
|
||
|
For free support, please use - http://community.rtcamp.com/c/easyengine
|
||
|
|
||
|
For premium support, please check - https://rtcamp.com/products/easyengine-premium-support/
|
||
10 years ago
|
|
||
10 years ago
|
Please do NOT clutter github issue tracker here with support requests. It hampers development speed of this project.
|
||
10 years ago
|
|
||
|
|
||
10 years ago
|
### Pull Requests
|
||
10 years ago
|
|
||
|
When submitting your code please follow this coding standerds - http://docs.rtcamp.com/easyengine/dev/python/
|
||
10 years ago
|
|
||
|
|
||
|
### EasyEngine Chat
|
||
|
|
||
|
Developer & contributor discussion: https://gitter.im/rtCamp/easyengine
|
||
|
|
||
|
Please do NOT use chat for technical support. Chat is limited to developer & contributor disucssion related to EasyEngine future.
|