Skip to content

Commit ee9b4da

Browse files
committed
added contribution guide
1 parent 3dcdce4 commit ee9b4da

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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/

0 commit comments

Comments
 (0)