diff --git a/.github/ISSUE_TEMPLATE/bug.ymal b/.github/ISSUE_TEMPLATE/bug.ymal deleted file mode 100644 index ac2fcd35..00000000 --- a/.github/ISSUE_TEMPLATE/bug.ymal +++ /dev/null @@ -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: 您有好的建议或者修改方案可以提供给我们。 diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 00000000..134a4168 --- /dev/null +++ b/.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: 您有好的建议或者修改方案可以提供给我们。 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..e3838d75 --- /dev/null +++ b/.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 diff --git a/.github/ISSUE_TEMPLATE/feature.ymal b/.github/ISSUE_TEMPLATE/feature.ymal deleted file mode 100644 index 3ce0b0f9..00000000 --- a/.github/ISSUE_TEMPLATE/feature.ymal +++ /dev/null @@ -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: 您有好的建议或者修改方案可以提供给我们。 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 00000000..99a2603f --- /dev/null +++ b/.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: 您有好的建议或者修改方案可以提供给我们。 diff --git a/server/source/user_authority.go.go b/server/source/user_authority.go similarity index 100% rename from server/source/user_authority.go.go rename to server/source/user_authority.go