From 0109285f2521741365db21af704247ad9bafe703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E6=B7=BC=EF=BC=88piexlmax?= Date: Wed, 8 Sep 2021 15:30:33 +0800 Subject: [PATCH 01/13] Update issue templates --- .github/ISSUE_TEMPLATE/----bug.md | 38 +++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----bug.md diff --git a/.github/ISSUE_TEMPLATE/----bug.md b/.github/ISSUE_TEMPLATE/----bug.md new file mode 100644 index 00000000..b4a31890 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----bug.md @@ -0,0 +1,38 @@ +--- +name: 提交一个bug +about: 如果您发现了bug可以在这里告诉我们 +title: '' +labels: bug +assignees: piexlmax, SliverHorn, songzhibin97 + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. From bdd98253bb271ec0cd19edd61d33422b2b1873c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E6=B7=BC=EF=BC=88piexlmax?= <303176530@qq.com> Date: Wed, 8 Sep 2021 15:35:03 +0800 Subject: [PATCH 02/13] Update and rename ----bug.md to ----bug.ymal --- .github/ISSUE_TEMPLATE/----bug.md | 38 ----------------------------- .github/ISSUE_TEMPLATE/----bug.ymal | 36 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/----bug.md create mode 100644 .github/ISSUE_TEMPLATE/----bug.ymal diff --git a/.github/ISSUE_TEMPLATE/----bug.md b/.github/ISSUE_TEMPLATE/----bug.md deleted file mode 100644 index b4a31890..00000000 --- a/.github/ISSUE_TEMPLATE/----bug.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: 提交一个bug -about: 如果您发现了bug可以在这里告诉我们 -title: '' -labels: bug -assignees: piexlmax, SliverHorn, songzhibin97 - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/----bug.ymal b/.github/ISSUE_TEMPLATE/----bug.ymal new file mode 100644 index 00000000..9c3de850 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----bug.ymal @@ -0,0 +1,36 @@ + +name: 提交一个bug +about: 如果您发现了bug可以在这里告诉我们 +title: '' +labels: bug +assignees: piexlmax, SliverHorn, songzhibin97 +body: +- type: textarea + attributes: + label: Operating System + description: What operating system are you using? + placeholder: Example: macOS Big Sur + value: operating system + validations: + required: true +- type: dropdown + attributes: + label: Version + description: What version of our software are you running? + multiple: false + options: + - label: 1.0.2 (Default) + - label: 1.0.3 (Edge) + validations: + required: true +- type: checkboxes + attributes: + label: Code of Conduct + description: The Code of Conduct helps create a safe space for everyone. We require + that everyone agrees to it. + options: + - label: I agree to follow this project's [Code of Conduct](link/to/coc) + required: true +- type: markdown + attributes: + value: "Thanks for completing our form!" From 5a6eed9c293e21b7b17b3b30507a95a213f67403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E6=B7=BC=EF=BC=88piexlmax?= <303176530@qq.com> Date: Wed, 8 Sep 2021 16:49:58 +0800 Subject: [PATCH 03/13] Update and rename ----bug.ymal to config.ymal --- .github/ISSUE_TEMPLATE/----bug.ymal | 36 ----------------- .github/ISSUE_TEMPLATE/config.ymal | 62 +++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 36 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/----bug.ymal create mode 100644 .github/ISSUE_TEMPLATE/config.ymal diff --git a/.github/ISSUE_TEMPLATE/----bug.ymal b/.github/ISSUE_TEMPLATE/----bug.ymal deleted file mode 100644 index 9c3de850..00000000 --- a/.github/ISSUE_TEMPLATE/----bug.ymal +++ /dev/null @@ -1,36 +0,0 @@ - -name: 提交一个bug -about: 如果您发现了bug可以在这里告诉我们 -title: '' -labels: bug -assignees: piexlmax, SliverHorn, songzhibin97 -body: -- type: textarea - attributes: - label: Operating System - description: What operating system are you using? - placeholder: Example: macOS Big Sur - value: operating system - validations: - required: true -- type: dropdown - attributes: - label: Version - description: What version of our software are you running? - multiple: false - options: - - label: 1.0.2 (Default) - - label: 1.0.3 (Edge) - validations: - required: true -- type: checkboxes - attributes: - label: Code of Conduct - description: The Code of Conduct helps create a safe space for everyone. We require - that everyone agrees to it. - options: - - label: I agree to follow this project's [Code of Conduct](link/to/coc) - required: true -- type: markdown - attributes: - value: "Thanks for completing our form!" diff --git a/.github/ISSUE_TEMPLATE/config.ymal b/.github/ISSUE_TEMPLATE/config.ymal new file mode 100644 index 00000000..d4ae8619 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.ymal @@ -0,0 +1,62 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: [bug] +assignees: + - piexlmax, SliverHorn, songzhibin97 +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: input + id: contact + attributes: + label: Contact Details + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: dropdown + id: version + attributes: + label: Version + description: What version of our software are you running? + options: + - 1.0.2 (Default) + - 1.0.3 (Edge) + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: What browsers are you seeing the problem on? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) + options: + - label: I agree to follow this project's Code of Conduct + required: true From 82aef2ac6bfef6f700cba560253039373f0a3165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E6=B7=BC=EF=BC=88piexlmax?= Date: Wed, 8 Sep 2021 17:08:32 +0800 Subject: [PATCH 04/13] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..dd84ea78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..bbcbbe7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 692c4a7f2f221e7a38434b807c647a01a7a582c2 Mon Sep 17 00:00:00 2001 From: piexlmax Date: Wed, 8 Sep 2021 17:10:59 +0800 Subject: [PATCH 05/13] =?UTF-8?q?=E4=BF=AE=E6=94=B9issue=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ------------ .../{bug.ymal => bug_report.ymal} | 0 .github/ISSUE_TEMPLATE/config.ymal | 62 ------------------- .github/ISSUE_TEMPLATE/feature_request.md | 20 ------ .../{feature.ymal => feature_request.ymal} | 0 5 files changed, 120 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md rename .github/ISSUE_TEMPLATE/{bug.ymal => bug_report.ymal} (100%) delete mode 100644 .github/ISSUE_TEMPLATE/config.ymal delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md rename .github/ISSUE_TEMPLATE/{feature.ymal => feature_request.ymal} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea78..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug.ymal b/.github/ISSUE_TEMPLATE/bug_report.ymal similarity index 100% rename from .github/ISSUE_TEMPLATE/bug.ymal rename to .github/ISSUE_TEMPLATE/bug_report.ymal diff --git a/.github/ISSUE_TEMPLATE/config.ymal b/.github/ISSUE_TEMPLATE/config.ymal deleted file mode 100644 index d4ae8619..00000000 --- a/.github/ISSUE_TEMPLATE/config.ymal +++ /dev/null @@ -1,62 +0,0 @@ -name: Bug Report -description: File a bug report -title: "[Bug]: " -labels: [bug] -assignees: - - piexlmax, SliverHorn, songzhibin97 -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - type: input - id: contact - attributes: - label: Contact Details - description: How can we get in touch with you if we need more info? - placeholder: ex. email@example.com - validations: - required: false - - type: textarea - id: what-happened - attributes: - label: What happened? - description: Also tell us, what did you expect to happen? - placeholder: Tell us what you see! - value: "A bug happened!" - validations: - required: true - - type: dropdown - id: version - attributes: - label: Version - description: What version of our software are you running? - options: - - 1.0.2 (Default) - - 1.0.3 (Edge) - validations: - required: true - - type: dropdown - id: browsers - attributes: - label: What browsers are you seeing the problem on? - multiple: true - options: - - Firefox - - Chrome - - Safari - - Microsoft Edge - - type: textarea - id: logs - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) - options: - - label: I agree to follow this project's Code of Conduct - required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature.ymal b/.github/ISSUE_TEMPLATE/feature_request.ymal similarity index 100% rename from .github/ISSUE_TEMPLATE/feature.ymal rename to .github/ISSUE_TEMPLATE/feature_request.ymal From 659b20cbd2dbdacb315d60fa23981cb8f01f155e Mon Sep 17 00:00:00 2001 From: piexlmax Date: Wed, 8 Sep 2021 17:15:50 +0800 Subject: [PATCH 06/13] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/{bug_report.ymal => bug_report.yaml} | 0 .../ISSUE_TEMPLATE/{feature_request.ymal => feature_request.yaml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.ymal => bug_report.yaml} (100%) rename .github/ISSUE_TEMPLATE/{feature_request.ymal => feature_request.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.ymal b/.github/ISSUE_TEMPLATE/bug_report.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.ymal rename to .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/feature_request.ymal b/.github/ISSUE_TEMPLATE/feature_request.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.ymal rename to .github/ISSUE_TEMPLATE/feature_request.yaml From be2bd82bb45dbce284e7cbc1520f9282c65adeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E6=B7=BC=EF=BC=88piexlmax?= <303176530@qq.com> Date: Wed, 8 Sep 2021 17:23:27 +0800 Subject: [PATCH 07/13] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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 From 937ef1835d447743fa1927b7a0275ea13ffe2019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E6=B7=BC=EF=BC=88piexlmax?= <303176530@qq.com> Date: Wed, 8 Sep 2021 17:29:18 +0800 Subject: [PATCH 08/13] Update feature_request.yaml --- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 3ce0b0f9..b68a852b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,7 +1,7 @@ name: 🚀 Feature request description: Suggest an idea for Gin-Vue-Admin title: "[Feature]: " -labels: [feature, ] +labels: [feature] assignees: - piexlmax body: From 1130fc187c93385e50ecfd2138f42104be46905b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E6=B7=BC=EF=BC=88piexlmax?= <303176530@qq.com> Date: Wed, 8 Sep 2021 17:31:40 +0800 Subject: [PATCH 09/13] Update feature_request.yaml --- .github/ISSUE_TEMPLATE/feature_request.yaml | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index b68a852b..529a8ab8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -5,16 +5,16 @@ labels: [feature] assignees: - piexlmax body: -- type: textarea - attributes: - label: 功能描述以及必要性描述 - description: 您觉得此新功能会为框架带来什么便利. - placeholder: | - 1. 首先... - 2. 然后... - validations: - required: true -- type: textarea - attributes: - label: 建议和方案 - description: 您有好的建议或者修改方案可以提供给我们。 + - type: textarea + attributes: + label: 功能描述以及必要性描述 + description: 您觉得此新功能会为框架带来什么便利. + placeholder: | + 1. 首先... + 2. 然后... + validations: + required: true + - type: textarea + attributes: + label: 建议和方案 + description: 您有好的建议或者修改方案可以提供给我们。 From 0c628f3c7b91f8912ec0170f22e367e64063475e Mon Sep 17 00:00:00 2001 From: piexlmax Date: Wed, 8 Sep 2021 17:33:58 +0800 Subject: [PATCH 10/13] =?UTF-8?q?=E6=8F=90=E4=BA=A4issue=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yaml | 88 +++++++++++++------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index ac2fcd35..1acc7d67 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -7,47 +7,47 @@ assignees: - 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: 您有好的建议或者修改方案可以提供给我们。 + - 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: 您有好的建议或者修改方案可以提供给我们。 From 53913774e76853fb15e1017ea8a46e0571726174 Mon Sep 17 00:00:00 2001 From: piexlmax Date: Wed, 8 Sep 2021 17:42:51 +0800 Subject: [PATCH 11/13] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20issueid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 ++++++ .github/ISSUE_TEMPLATE/feature_request.yaml | 2 ++ 2 files changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 1acc7d67..da610943 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -8,6 +8,7 @@ assignees: - SliverHorn body: - type: input + id: gva attributes: label: gin-vue-admin 版本 description: 请输入您当前使用的项目版本? @@ -15,6 +16,7 @@ body: validations: required: true - type: input + id: node attributes: label: Node 版本 description: 请输入您当前使用的NODE版本? @@ -22,6 +24,7 @@ body: validations: required: true - type: input + id: golang attributes: label: Golang 版本 description: 请输入您当前使用的GOLANG版本? @@ -29,6 +32,7 @@ body: validations: required: true - type: dropdown + id: reappearance attributes: label: 是否依旧存在 description: 是否可以在master分支复现此bug? @@ -39,6 +43,7 @@ body: validations: required: true - type: textarea + id: desc attributes: label: bug描述 description: 请简要描述bug以及复现过程. @@ -48,6 +53,7 @@ body: validations: required: true - type: textarea + id: advise attributes: label: 修改建议 description: 您有好的建议或者修改方案可以提供给我们。 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 529a8ab8..99a2603f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -6,6 +6,7 @@ assignees: - piexlmax body: - type: textarea + id: desc attributes: label: 功能描述以及必要性描述 description: 您觉得此新功能会为框架带来什么便利. @@ -15,6 +16,7 @@ body: validations: required: true - type: textarea + id: advise attributes: label: 建议和方案 description: 您有好的建议或者修改方案可以提供给我们。 From fde8539a1bfac08d6c3848c90e48cfd7f246aeb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E6=B7=BC=EF=BC=88piexlmax?= <303176530@qq.com> Date: Fri, 10 Sep 2021 19:00:07 +0800 Subject: [PATCH 12/13] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index da610943..134a4168 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -6,6 +6,7 @@ assignees: - piexlmax - songzhibin97 - SliverHorn + - bypanghu body: - type: input id: gva From b2bb82e2761d768ec3afe0f8605cbb00834c304a Mon Sep 17 00:00:00 2001 From: he Date: Wed, 15 Sep 2021 12:06:14 +0800 Subject: [PATCH 13/13] revise file name typo --- server/source/{user_authority.go.go => user_authority.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename server/source/{user_authority.go.go => user_authority.go} (100%) 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