Browse Source

Merge branch 'master' of github.com:flipped-aurora/gin-vue-admin into gva-vue3

main
qimiao 3 years ago
parent
commit
07580fba6a
  1. 53
      .github/ISSUE_TEMPLATE/bug.ymal
  2. 60
      .github/ISSUE_TEMPLATE/bug_report.yaml
  3. 5
      .github/ISSUE_TEMPLATE/config.yml
  4. 20
      .github/ISSUE_TEMPLATE/feature.ymal
  5. 22
      .github/ISSUE_TEMPLATE/feature_request.yaml
  6. 0
      server/source/user_authority.go

53
.github/ISSUE_TEMPLATE/bug.ymal

@ -1,53 +0,0 @@
name: 🐛 Bug report
description: Report a bug to help us improve Gin-Vue-Admin
title: "[Bug]: "
labels: [bug]
assignees:
- piexlmax
- songzhibin97
- SliverHorn
body:
- type: input
attributes:
label: gin-vue-admin 版本
description: 请输入您当前使用的项目版本?
placeholder: 2.4.5Beta
validations:
required: true
- type: input
attributes:
label: Node 版本
description: 请输入您当前使用的NODE版本?
placeholder: v14.16.0
validations:
required: true
- type: input
attributes:
label: Golang 版本
description: 请输入您当前使用的GOLANG版本?
placeholder: go 1.16
validations:
required: true
- type: dropdown
attributes:
label: 是否依旧存在
description: 是否可以在master分支复现此bug?
options:
- 可以
- 不可以
- 未测试
validations:
required: true
- type: textarea
attributes:
label: bug描述
description: 请简要描述bug以及复现过程.
placeholder: |
1. 首先...
2. 然后...
validations:
required: true
- type: textarea
attributes:
label: 修改建议
description: 您有好的建议或者修改方案可以提供给我们。

60
.github/ISSUE_TEMPLATE/bug_report.yaml

@ -0,0 +1,60 @@
name: 🐛 Bug report
description: Report a bug to help us improve Gin-Vue-Admin
title: "[Bug]: "
labels: [bug]
assignees:
- piexlmax
- songzhibin97
- SliverHorn
- bypanghu
body:
- type: input
id: gva
attributes:
label: gin-vue-admin 版本
description: 请输入您当前使用的项目版本?
placeholder: 2.4.5Beta
validations:
required: true
- type: input
id: node
attributes:
label: Node 版本
description: 请输入您当前使用的NODE版本?
placeholder: v14.16.0
validations:
required: true
- type: input
id: golang
attributes:
label: Golang 版本
description: 请输入您当前使用的GOLANG版本?
placeholder: go 1.16
validations:
required: true
- type: dropdown
id: reappearance
attributes:
label: 是否依旧存在
description: 是否可以在master分支复现此bug?
options:
- 可以
- 不可以
- 未测试
validations:
required: true
- type: textarea
id: desc
attributes:
label: bug描述
description: 请简要描述bug以及复现过程.
placeholder: |
1. 首先...
2. 然后...
validations:
required: true
- type: textarea
id: advise
attributes:
label: 修改建议
description: 您有好的建议或者修改方案可以提供给我们。

5
.github/ISSUE_TEMPLATE/config.yml

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Document
url: https://www.gin-vue-admin.com
about: If you have any questions about the use, you can check our official documents first

20
.github/ISSUE_TEMPLATE/feature.ymal

@ -1,20 +0,0 @@
name: 🚀 Feature request
description: Suggest an idea for Gin-Vue-Admin
title: "[Feature]: "
labels: [feature, ]
assignees:
- piexlmax
body:
- type: textarea
attributes:
label: 功能描述以及必要性描述
description: 您觉得此新功能会为框架带来什么便利.
placeholder: |
1. 首先...
2. 然后...
validations:
required: true
- type: textarea
attributes:
label: 建议和方案
description: 您有好的建议或者修改方案可以提供给我们。

22
.github/ISSUE_TEMPLATE/feature_request.yaml

@ -0,0 +1,22 @@
name: 🚀 Feature request
description: Suggest an idea for Gin-Vue-Admin
title: "[Feature]: "
labels: [feature]
assignees:
- piexlmax
body:
- type: textarea
id: desc
attributes:
label: 功能描述以及必要性描述
description: 您觉得此新功能会为框架带来什么便利.
placeholder: |
1. 首先...
2. 然后...
validations:
required: true
- type: textarea
id: advise
attributes:
label: 建议和方案
description: 您有好的建议或者修改方案可以提供给我们。

0
server/source/user_authority.go.go → server/source/user_authority.go

Loading…
Cancel
Save