Skip to content

Commit 37ea622

Browse files
committed
Create CONTRIBUTING.md
1 parent 5d366f6 commit 37ea622

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CONTRIBUTING.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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 attached the output of following command when open a new issue/bug
10+
```bash
11+
lsb_release -a
12+
ee info
13+
```
14+
15+
## EasyEngine chat:
16+
Developer & contributor discussion: https://gitter.im/rtCamp/easyengine
17+
18+
19+
## EasyEngine support reruest"
20+
For support-request please use - https://rtcamp.com/easyengine/support/
21+
22+
23+
## Pull Requests
24+
25+
When submitting your code please follow the shell script coding standard - https://google-styleguide.googlecode.com/svn/trunk/shell.xml

0 commit comments

Comments
 (0)