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.

69 lines
1.5 KiB

  1. ---
  2. name: issues模板
  3. about: 请严格按照要求进行提交issues! 如果未能按照要求,我们将会close您的issues,敬请谅解!
  4. ---
  5. <!-- 在提交问题之前,请先回答这些问题。谢谢! -->
  6. ### 1. 您使用的是哪个版本的`Go`和系统类型/架构 ?
  7. <!--
  8. 请从您的终端粘贴命令 `go version` 的输出。
  9. 期望看到像: `go version go1.14.4 darwin/amd64`
  10. -->
  11. ### 2. 您使用的是哪个版本的 `Nodejs` 和 `npm` 或 `cnpm` ?
  12. <!--
  13. 请从您的终端粘贴命令 `node -v` 的输出。
  14. 期望看到像: `v12.16.1`
  15. -->
  16. <!--
  17. 请从您的终端粘贴命令 `npm -v` 的输出。
  18. 期望看到像: `6.13.4`
  19. -->
  20. <!--
  21. 请从您的终端粘贴命令 `cnpm -v` 的输出。
  22. 期望看到的像: `
  23. cnpm@6.1.1 (/usr/local/lib/node_modules/cnpm/lib/parse_argv.js)
  24. npm@6.14.2 (/usr/local/lib/node_modules/cnpm/node_modules/npm/lib/npm.js)
  25. node@12.16.1 (/usr/local/bin/node)
  26. npminstall@3.27.0 (/usr/local/lib/node_modules/cnpm/node_modules/npminstall/lib/index.js)
  27. prefix=/usr/local
  28. darwin x64 19.6.0
  29. registry=https://r.npm.taobao.org
  30. `
  31. -->
  32. ### 3. 您使用的是哪个版本的 `gin-vue-admin` ?
  33. <!--
  34. 您如果克隆的是master就写master,
  35. 如果是在Releases中下载的zip/tar.gz对应的tag版本,
  36. 如:`v2.3.0`
  37. -->
  38. ### 4. 可以在master版本中复现此问题吗 ?
  39. ### 5. 您做了什么 ?
  40. <!--
  41. 如果可能,请提供最短代码的副本以重现该错误。
  42. 一个完整的可运行程序是最好的。
  43. -->
  44. ### 6. 您期望看到什么 ?
  45. ### 7. 您看到了什么 ?
  46. ### 8. 错误堆栈或者SQL打印