Browse Source

doc: issue template

pull/8/head
oof1lab 7 years ago
parent
commit
e649f9a342
  1. 21
      ISSUE_TEMPLATE.md

21
ISSUE_TEMPLATE.md

@ -1,22 +1,25 @@
### Issue reporting template
* #### provide dev environment versions of your system
```
Provide dev environment versions of your system
node -v
( xmysql requires node >= 7.6.0 )
npm -v
mysql --version
xmysql --version
```
* #### Provide steps to reproduce this issue
- - -
Provide steps to reproduce this issue
or
* #### Provide minimum code to reproduce this issue
Provide minimum code to reproduce this issue
or
* #### HTTP request,response,error snapshot of this issue
HTTP request,response,error snapshot of this issue
- - -
Mark issue with suitable label if it is clear what this issue is.
* #### Mark issue with suitable label if it is clear what this issue is.
> Thank you

Loading…
Cancel
Save