mirror of https://github.com/nocodb/nocodb
o1lab
7 years ago
committed by
GitHub
1 changed files with 22 additions and 0 deletions
@ -0,0 +1,22 @@ |
|||||||
|
|
||||||
|
### Issue reporting template |
||||||
|
|
||||||
|
* #### 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 |
||||||
|
or |
||||||
|
* #### Provide minimum code to reproduce this issue |
||||||
|
or |
||||||
|
* #### HTTP request,response,error snapshot of this issue |
||||||
|
|
||||||
|
* #### Mark issue with suitable label if it is clear what this issue is. |
||||||
|
|
||||||
|
> Thank you |
Loading…
Reference in new issue