From 9c93f4d45e7c4c7a859f89f148b894cb9499da69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 18 May 2023 12:59:27 +0000 Subject: [PATCH 01/44] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20.gitee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitee/.keep diff --git a/.gitee/.keep b/.gitee/.keep new file mode 100644 index 0000000..e69de29 -- Gitee From 74b256844e6b84cf5826da3bf25fe1494e67744f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 18 May 2023 13:01:05 +0000 Subject: [PATCH 02/44] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20ISSUE=5FTEMPLATE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ISSUE_TEMPLATE/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitee/ISSUE_TEMPLATE/.keep diff --git a/.gitee/ISSUE_TEMPLATE/.keep b/.gitee/ISSUE_TEMPLATE/.keep new file mode 100644 index 0000000..e69de29 -- Gitee From 6e92ff8a83233c1b0ad8184bf573b7e3bcc77ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 18 May 2023 13:03:46 +0000 Subject: [PATCH 03/44] add .gitee/ISSUE_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/bug.yml | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/bug.yml diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..f50271a --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,39 @@ +name: bug 反馈 +description: 'gitee 助手 bug 反馈' +title: '' +body: + - type: input + attributes: + label: '书籍名称' + description: '填写书籍的完整标题 - desc' + placeholder: '请输入书籍的名称' + validations: + required: true + - type: dropdown + attributes: + label: '出版社' + description: 请选择出版社' + options: + - 中华书局 + - 上海古籍出版社 + - 岳麓书院 + validations: + required: true + - type: checkboxes + attributes: + label: 书籍类型 + description: 请勾选书籍类型 + options: + - label: 哲学 + required: true + - label: 历史 + - label: 郑智 + - label: 自然科学 + validations: + required: true + - type: textarea + attributes: + label: 推荐理由 + description: 详细描写你的推荐理由 + placeholder: 请填写理由 + value: 默认理由 \ No newline at end of file -- Gitee From 07c5840e2455fb2f4111bacad7841a5e186ac2b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 18 May 2023 13:04:26 +0000 Subject: [PATCH 04/44] add .gitee/ISSUE_TEMPLATE/config.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/config.yaml diff --git a/.gitee/ISSUE_TEMPLATE/config.yaml b/.gitee/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..6a94c05 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: 我的自定义链接 + url: https://weihongbin.com + about: 这个是我的网站 + - name: 第二个站点 + url: https://gitee.com + about: 这个不是我的网站 \ No newline at end of file -- Gitee From 66e55e4812ae9eedffc850a64cd566a4004b139d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 1 Jun 2023 09:41:50 +0000 Subject: [PATCH 05/44] update .gitee/ISSUE_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/bug.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index f50271a..20975fb 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -36,4 +36,8 @@ body: label: 推荐理由 description: 详细描写你的推荐理由 placeholder: 请填写理由 - value: 默认理由 \ No newline at end of file + value: 默认理由 + - type: textarea + attributes: + label: 粘贴你的代码片段 + render: javascript \ No newline at end of file -- Gitee From 6ec8584c2f90af789b6df26a03b57860f7570a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 1 Jun 2023 09:42:04 +0000 Subject: [PATCH 06/44] update .gitee/ISSUE_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index 20975fb..98b5272 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -1,4 +1,4 @@ -name: bug 反馈 + description: 'gitee 助手 bug 反馈' title: '' body: -- Gitee From c8975a84e0cdf94dd4bb4c67469234af9c4a6f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 1 Jun 2023 09:42:23 +0000 Subject: [PATCH 07/44] update .gitee/ISSUE_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index 98b5272..20975fb 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -1,4 +1,4 @@ - +name: bug 反馈 description: 'gitee 助手 bug 反馈' title: '' body: -- Gitee From f5877d54f81257ccdaca82b40c673998cf58ad07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 06:47:03 +0000 Subject: [PATCH 08/44] update .gitee/ISSUE_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/bug.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index 20975fb..f960e5f 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -2,6 +2,9 @@ name: bug 反馈 description: 'gitee 助手 bug 反馈' title: '' body: + - type: markdown + attributes: + value: "
Welcome!
" - type: input attributes: label: '书籍名称' -- Gitee From ef91758b258719287b1bd0c2ba5fda3422131992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 06:48:17 +0000 Subject: [PATCH 09/44] update .gitee/ISSUE_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/bug.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index f960e5f..ca44b4f 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -5,6 +5,9 @@ body: - type: markdown attributes: value: "
Welcome!
" + - type: markdown + attributes: + value: """ - type: input attributes: label: '书籍名称' -- Gitee From 893050b4c79033bd0b81ae8b303b77a5e8aa6065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 06:49:14 +0000 Subject: [PATCH 10/44] update .gitee/ISSUE_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index ca44b4f..35a3f0a 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -4,7 +4,7 @@ title: '' body: - type: markdown attributes: - value: "
Welcome!
" + value: "
Welcome!
" - type: markdown attributes: value: """ -- Gitee From c87ee1fb167665b7d276efe7d4e308304f0b6076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 06:49:52 +0000 Subject: [PATCH 11/44] update .gitee/ISSUE_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/bug.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index 35a3f0a..83563e0 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -5,9 +5,11 @@ body: - type: markdown attributes: value: "
Welcome!
" + - type: markdown attributes: value: """ + - type: input attributes: label: '书籍名称' -- Gitee From 42a05b96d6c46f5ff434f56d7468057e7c65ea27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 06:50:05 +0000 Subject: [PATCH 12/44] update .gitee/ISSUE_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index 83563e0..96ba82f 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -8,7 +8,7 @@ body: - type: markdown attributes: - value: """ + value: "" - type: input attributes: -- Gitee From 1a87c13c2337c2bf6284cfa46a8cbba6232b4599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 06:51:47 +0000 Subject: [PATCH 13/44] update .gitee/ISSUE_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index 96ba82f..ddc0394 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -9,7 +9,7 @@ body: - type: markdown attributes: value: "" - +1222 - type: input attributes: label: '书籍名称' -- Gitee From b054ee424d6191c220dbe6ae3f3c163377bf51dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 06:52:51 +0000 Subject: [PATCH 14/44] update .gitee/ISSUE_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index ddc0394..4495fc9 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -8,7 +8,7 @@ body: - type: markdown attributes: - value: "" + value: "" 1222 - type: input attributes: -- Gitee From 7fc02889afd35d12ae0ef557148ff47a0f1c789a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 06:53:42 +0000 Subject: [PATCH 15/44] update .gitee/ISSUE_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/bug.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index 4495fc9..08c46a4 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -9,7 +9,6 @@ body: - type: markdown attributes: value: "" -1222 - type: input attributes: label: '书籍名称' -- Gitee From b09e6f0c89c27d81008254905483d95deaf81105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 07:00:39 +0000 Subject: [PATCH 16/44] update .gitee/ISSUE_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/bug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index 08c46a4..0073d0e 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -4,11 +4,11 @@ title: '' body: - type: markdown attributes: - value: "
Welcome!
" + value: "
Welcome!
" - type: markdown attributes: - value: "" + value: "" - type: input attributes: label: '书籍名称' -- Gitee From b970d5afdcb1aacc2707ff84ef42158377780750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 07:43:33 +0000 Subject: [PATCH 17/44] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20.gitee/ISSU?= =?UTF-8?q?E=5FTEMPLATE/config.yaml=20=E4=B8=BA=20.gitee/ISSUE=5FTEMPLATE/?= =?UTF-8?q?.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{config.yaml => .yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .gitee/ISSUE_TEMPLATE/{config.yaml => .yaml} (100%) diff --git a/.gitee/ISSUE_TEMPLATE/config.yaml b/.gitee/ISSUE_TEMPLATE/.yaml similarity index 100% rename from .gitee/ISSUE_TEMPLATE/config.yaml rename to .gitee/ISSUE_TEMPLATE/.yaml -- Gitee From e50dcf7133634b4291dba0799536132606269a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 07:43:45 +0000 Subject: [PATCH 18/44] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20.gitee/ISSU?= =?UTF-8?q?E=5FTEMPLATE/.yaml b/.gitee/ISSUE_TEMPLATE/config/script>.yaml similarity index 100% rename from .gitee/ISSUE_TEMPLATE/.yaml rename to .gitee/ISSUE_TEMPLATE/config/script>.yaml -- Gitee From 02ee7a7b47e6f806e467e6689c1cb743e81b8f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 07:44:28 +0000 Subject: [PATCH 19/44] add .gitee/ISSUE_TEMPLATE/config.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/config.yaml diff --git a/.gitee/ISSUE_TEMPLATE/config.yaml b/.gitee/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..6a94c05 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: 我的自定义链接 + url: https://weihongbin.com + about: 这个是我的网站 + - name: 第二个站点 + url: https://gitee.com + about: 这个不是我的网站 \ No newline at end of file -- Gitee From 89051fcb650da38cccd63039bc3900e0e55ad8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 07:44:36 +0000 Subject: [PATCH 20/44] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20.g?= =?UTF-8?q?itee/ISSUE=5FTEMPLATE/config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ISSUE_TEMPLATE/config/script>.yaml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .gitee/ISSUE_TEMPLATE/config/script>.yaml diff --git a/.gitee/ISSUE_TEMPLATE/config/script>.yaml b/.gitee/ISSUE_TEMPLATE/config/script>.yaml deleted file mode 100644 index 6a94c05..0000000 --- a/.gitee/ISSUE_TEMPLATE/config/script>.yaml +++ /dev/null @@ -1,8 +0,0 @@ -blank_issues_enabled: true -contact_links: - - name: 我的自定义链接 - url: https://weihongbin.com - about: 这个是我的网站 - - name: 第二个站点 - url: https://gitee.com - about: 这个不是我的网站 \ No newline at end of file -- Gitee From 104d4020caa80e784ad82eeceaf497271c37008b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 07:45:15 +0000 Subject: [PATCH 21/44] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20.gitee/ISSU?= =?UTF-8?q?E=5FTEMPLATE/config.yaml=20=E4=B8=BA=20.gitee/ISSUE=5FTEMPLATE/?= =?UTF-8?q?.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../>.yaml" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .gitee/ISSUE_TEMPLATE/config.yaml => ".gitee/ISSUE_TEMPLATE/.yaml" (100%) diff --git a/.gitee/ISSUE_TEMPLATE/config.yaml "b/.gitee/ISSUE_TEMPLATE/.yaml" similarity index 100% rename from .gitee/ISSUE_TEMPLATE/config.yaml rename to ".gitee/ISSUE_TEMPLATE/.yaml" -- Gitee From 28bddeef8bb562ad9357114f4c1f52a0d4a21575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 8 Jun 2023 07:46:04 +0000 Subject: [PATCH 22/44] add .gitee/ISSUE_TEMPLATE/config.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/config.yaml diff --git a/.gitee/ISSUE_TEMPLATE/config.yaml b/.gitee/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..6a94c05 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: 我的自定义链接 + url: https://weihongbin.com + about: 这个是我的网站 + - name: 第二个站点 + url: https://gitee.com + about: 这个不是我的网站 \ No newline at end of file -- Gitee From b836c89df230c2418b33e1de7f9916ed2bf9db87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Fri, 9 Jun 2023 09:37:30 +0000 Subject: [PATCH 23/44] add .gitee/ISSUE_TEMPLATE/feature.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/feature.yml | 50 +++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/feature.yml diff --git a/.gitee/ISSUE_TEMPLATE/feature.yml b/.gitee/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..0073d0e --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,50 @@ +name: bug 反馈 +description: 'gitee 助手 bug 反馈' +title: '' +body: + - type: markdown + attributes: + value: "
Welcome!
" + + - type: markdown + attributes: + value: "" + - type: input + attributes: + label: '书籍名称' + description: '填写书籍的完整标题 - desc' + placeholder: '请输入书籍的名称' + validations: + required: true + - type: dropdown + attributes: + label: '出版社' + description: 请选择出版社' + options: + - 中华书局 + - 上海古籍出版社 + - 岳麓书院 + validations: + required: true + - type: checkboxes + attributes: + label: 书籍类型 + description: 请勾选书籍类型 + options: + - label: 哲学 + required: true + - label: 历史 + - label: 郑智 + - label: 自然科学 + validations: + required: true + - type: textarea + attributes: + label: 推荐理由 + description: 详细描写你的推荐理由 + placeholder: 请填写理由 + value: 默认理由 + - type: textarea + attributes: + label: 粘贴你的代码片段 + render: javascript \ No newline at end of file -- Gitee From 81962b4c16c0bd2c4daaf8880bb020ff44d1e42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Tue, 13 Jun 2023 08:06:44 +0000 Subject: [PATCH 24/44] update .gitee/ISSUE_TEMPLATE/config.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/config.yaml b/.gitee/ISSUE_TEMPLATE/config.yaml index 6a94c05..b098fa3 100644 --- a/.gitee/ISSUE_TEMPLATE/config.yaml +++ b/.gitee/ISSUE_TEMPLATE/config.yaml @@ -1,4 +1,4 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: 我的自定义链接 url: https://weihongbin.com -- Gitee From 7567791f7c6b1746f90d61fb5df4db889d4dcab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Tue, 13 Jun 2023 08:10:44 +0000 Subject: [PATCH 25/44] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20.gitee/ISSU?= =?UTF-8?q?E=5FTEMPLATE/feature.yml=20=E4=B8=BA=20.gitee/ISSUE=5FTEMPLATE/?= =?UTF-8?q?=E6=96=B0=E5=8A=9F=E8=83=BD.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.yml" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .gitee/ISSUE_TEMPLATE/feature.yml => ".gitee/ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.yml" (100%) diff --git a/.gitee/ISSUE_TEMPLATE/feature.yml "b/.gitee/ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.yml" similarity index 100% rename from .gitee/ISSUE_TEMPLATE/feature.yml rename to ".gitee/ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.yml" -- Gitee From 389548b60c038f4c4f571b0c103a1de916948b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Wed, 21 Jun 2023 06:34:46 +0000 Subject: [PATCH 26/44] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20.gitee/ISSU?= =?UTF-8?q?E=5FTEMPLATE/=E6=96=B0=E5=8A=9F=E8=83=BD.yml=20=E4=B8=BA=20.git?= =?UTF-8?q?ee/ISSUE=5FTEMPLATE/=E6=96=B0=E5=8A=9F=E8=83=BD.yml1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.yml1" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ".gitee/ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.yml" => ".gitee/ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.yml1" (100%) diff --git "a/.gitee/ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.yml" "b/.gitee/ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.yml1" similarity index 100% rename from ".gitee/ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.yml" rename to ".gitee/ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.yml1" -- Gitee From 2487103d3ebc066f3397fa4b1764742633f046cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Wed, 21 Jun 2023 06:35:15 +0000 Subject: [PATCH 27/44] update .gitee/ISSUE_TEMPLATE/config.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/config.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE/config.yaml b/.gitee/ISSUE_TEMPLATE/config.yaml index b098fa3..ec4bb38 100644 --- a/.gitee/ISSUE_TEMPLATE/config.yaml +++ b/.gitee/ISSUE_TEMPLATE/config.yaml @@ -1,8 +1 @@ -blank_issues_enabled: false -contact_links: - - name: 我的自定义链接 - url: https://weihongbin.com - about: 这个是我的网站 - - name: 第二个站点 - url: https://gitee.com - about: 这个不是我的网站 \ No newline at end of file +blank_issues_enabled: false \ No newline at end of file -- Gitee From 3d7aec2a2fbe7cc0a7770c276321bec5028c9cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Wed, 21 Jun 2023 06:41:40 +0000 Subject: [PATCH 28/44] update .gitee/ISSUE_TEMPLATE/config.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ISSUE_TEMPLATE/config.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/config.yaml b/.gitee/ISSUE_TEMPLATE/config.yaml index ec4bb38..37648c6 100644 --- a/.gitee/ISSUE_TEMPLATE/config.yaml +++ b/.gitee/ISSUE_TEMPLATE/config.yaml @@ -1 +1,12 @@ -blank_issues_enabled: false \ No newline at end of file +blank_issues_enabled: false + +contact_links: + - name: 我的自定义链接 + url: https://weihongbin.com + about: 这个是我的网站 + - name: 第二个站点 + url: https://gitee.com + about: 这个不是我的网站 + - name: 感谢打赏 + url: https://gitee.com + about: 打赏五元支持我 \ No newline at end of file -- Gitee From 08933a95788f4e8b05297ef55a74e052c1b407a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Fri, 30 Jun 2023 09:50:57 +0000 Subject: [PATCH 29/44] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=20PULL=5FREQUEST=5F?= =?UTF-8?q?TEMPLATE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ PULL_REQUEST_TEMPLATE/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitee/ PULL_REQUEST_TEMPLATE/.keep diff --git a/.gitee/ PULL_REQUEST_TEMPLATE/.keep b/.gitee/ PULL_REQUEST_TEMPLATE/.keep new file mode 100644 index 0000000..e69de29 -- Gitee From 44a2ad51aa717887bd4cd28066179fb60f386f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Fri, 30 Jun 2023 09:58:11 +0000 Subject: [PATCH 30/44] add .gitee/ PULL_REQUEST_TEMPLATE/1.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ PULL_REQUEST_TEMPLATE/1.yaml | 50 ++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .gitee/ PULL_REQUEST_TEMPLATE/1.yaml diff --git a/.gitee/ PULL_REQUEST_TEMPLATE/1.yaml b/.gitee/ PULL_REQUEST_TEMPLATE/1.yaml new file mode 100644 index 0000000..0073d0e --- /dev/null +++ b/.gitee/ PULL_REQUEST_TEMPLATE/1.yaml @@ -0,0 +1,50 @@ +name: bug 反馈 +description: 'gitee 助手 bug 反馈' +title: '' +body: + - type: markdown + attributes: + value: "
Welcome!
" + + - type: markdown + attributes: + value: "" + - type: input + attributes: + label: '书籍名称' + description: '填写书籍的完整标题 - desc' + placeholder: '请输入书籍的名称' + validations: + required: true + - type: dropdown + attributes: + label: '出版社' + description: 请选择出版社' + options: + - 中华书局 + - 上海古籍出版社 + - 岳麓书院 + validations: + required: true + - type: checkboxes + attributes: + label: 书籍类型 + description: 请勾选书籍类型 + options: + - label: 哲学 + required: true + - label: 历史 + - label: 郑智 + - label: 自然科学 + validations: + required: true + - type: textarea + attributes: + label: 推荐理由 + description: 详细描写你的推荐理由 + placeholder: 请填写理由 + value: 默认理由 + - type: textarea + attributes: + label: 粘贴你的代码片段 + render: javascript \ No newline at end of file -- Gitee From 9423f411ea93ed46f0eda5d82f90979d07fc666f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Fri, 30 Jun 2023 09:59:17 +0000 Subject: [PATCH 31/44] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20.g?= =?UTF-8?q?itee/=20PULL=5FREQUEST=5FTEMPLATE/.keep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ PULL_REQUEST_TEMPLATE/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .gitee/ PULL_REQUEST_TEMPLATE/.keep diff --git a/.gitee/ PULL_REQUEST_TEMPLATE/.keep b/.gitee/ PULL_REQUEST_TEMPLATE/.keep deleted file mode 100644 index e69de29..0000000 -- Gitee From ce0142420a49f6c24dcbddf434f540f0257b4618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Fri, 30 Jun 2023 10:04:33 +0000 Subject: [PATCH 32/44] add .gitee/ PULL_REQUEST_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ PULL_REQUEST_TEMPLATE/bug.yml | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .gitee/ PULL_REQUEST_TEMPLATE/bug.yml diff --git a/.gitee/ PULL_REQUEST_TEMPLATE/bug.yml b/.gitee/ PULL_REQUEST_TEMPLATE/bug.yml new file mode 100644 index 0000000..0073d0e --- /dev/null +++ b/.gitee/ PULL_REQUEST_TEMPLATE/bug.yml @@ -0,0 +1,50 @@ +name: bug 反馈 +description: 'gitee 助手 bug 反馈' +title: '' +body: + - type: markdown + attributes: + value: "
Welcome!
" + + - type: markdown + attributes: + value: "" + - type: input + attributes: + label: '书籍名称' + description: '填写书籍的完整标题 - desc' + placeholder: '请输入书籍的名称' + validations: + required: true + - type: dropdown + attributes: + label: '出版社' + description: 请选择出版社' + options: + - 中华书局 + - 上海古籍出版社 + - 岳麓书院 + validations: + required: true + - type: checkboxes + attributes: + label: 书籍类型 + description: 请勾选书籍类型 + options: + - label: 哲学 + required: true + - label: 历史 + - label: 郑智 + - label: 自然科学 + validations: + required: true + - type: textarea + attributes: + label: 推荐理由 + description: 详细描写你的推荐理由 + placeholder: 请填写理由 + value: 默认理由 + - type: textarea + attributes: + label: 粘贴你的代码片段 + render: javascript \ No newline at end of file -- Gitee From eebf719184660d665a564fc80180991513b8b81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Fri, 30 Jun 2023 10:09:06 +0000 Subject: [PATCH 33/44] add .gitee/ PULL_REQUEST_TEMPLATE/config.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/ PULL_REQUEST_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitee/ PULL_REQUEST_TEMPLATE/config.yml diff --git a/.gitee/ PULL_REQUEST_TEMPLATE/config.yml b/.gitee/ PULL_REQUEST_TEMPLATE/config.yml new file mode 100644 index 0000000..ec4bb38 --- /dev/null +++ b/.gitee/ PULL_REQUEST_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file -- Gitee From e6fffdbd8822bb9318e45221083eb398cbd1ec6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Fri, 30 Jun 2023 10:11:09 +0000 Subject: [PATCH 34/44] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20.gitee/=20P?= =?UTF-8?q?ULL=5FREQUEST=5FTEMPLATE=20=E4=B8=BA=20.gitee/PULL=5FREQUEST=5F?= =?UTF-8?q?TEMPLATE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/{ PULL_REQUEST_TEMPLATE => PULL_REQUEST_TEMPLATE}/1.yaml | 0 .gitee/{ PULL_REQUEST_TEMPLATE => PULL_REQUEST_TEMPLATE}/bug.yml | 0 .../{ PULL_REQUEST_TEMPLATE => PULL_REQUEST_TEMPLATE}/config.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .gitee/{ PULL_REQUEST_TEMPLATE => PULL_REQUEST_TEMPLATE}/1.yaml (100%) rename .gitee/{ PULL_REQUEST_TEMPLATE => PULL_REQUEST_TEMPLATE}/bug.yml (100%) rename .gitee/{ PULL_REQUEST_TEMPLATE => PULL_REQUEST_TEMPLATE}/config.yml (100%) diff --git a/.gitee/ PULL_REQUEST_TEMPLATE/1.yaml b/.gitee/PULL_REQUEST_TEMPLATE/1.yaml similarity index 100% rename from .gitee/ PULL_REQUEST_TEMPLATE/1.yaml rename to .gitee/PULL_REQUEST_TEMPLATE/1.yaml diff --git a/.gitee/ PULL_REQUEST_TEMPLATE/bug.yml b/.gitee/PULL_REQUEST_TEMPLATE/bug.yml similarity index 100% rename from .gitee/ PULL_REQUEST_TEMPLATE/bug.yml rename to .gitee/PULL_REQUEST_TEMPLATE/bug.yml diff --git a/.gitee/ PULL_REQUEST_TEMPLATE/config.yml b/.gitee/PULL_REQUEST_TEMPLATE/config.yml similarity index 100% rename from .gitee/ PULL_REQUEST_TEMPLATE/config.yml rename to .gitee/PULL_REQUEST_TEMPLATE/config.yml -- Gitee From f253b31b0eaf084b355c89d321541fc5bbc9dffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Mon, 3 Jul 2023 02:37:44 +0000 Subject: [PATCH 35/44] update .gitee/PULL_REQUEST_TEMPLATE/bug.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/PULL_REQUEST_TEMPLATE/bug.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitee/PULL_REQUEST_TEMPLATE/bug.yml b/.gitee/PULL_REQUEST_TEMPLATE/bug.yml index 0073d0e..d1cce2a 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE/bug.yml +++ b/.gitee/PULL_REQUEST_TEMPLATE/bug.yml @@ -1,6 +1,7 @@ name: bug 反馈 -description: 'gitee 助手 bug 反馈' +description: '描述' title: '' +labels: bug body: - type: markdown attributes: -- Gitee From 12a68a69755dd1855cba3bc9aca106e750655dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Mon, 3 Jul 2023 06:19:18 +0000 Subject: [PATCH 36/44] update .gitee/PULL_REQUEST_TEMPLATE/config.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/PULL_REQUEST_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/PULL_REQUEST_TEMPLATE/config.yml b/.gitee/PULL_REQUEST_TEMPLATE/config.yml index ec4bb38..a49eab2 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE/config.yml +++ b/.gitee/PULL_REQUEST_TEMPLATE/config.yml @@ -1 +1 @@ -blank_issues_enabled: false \ No newline at end of file +blank_issues_enabled: true \ No newline at end of file -- Gitee From 752a3503c2419b743d30aea724ee52ad417fa3f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 6 Jul 2023 09:23:05 +0000 Subject: [PATCH 37/44] add .gitee/PULL_REQUEST_TEMPLATE/bug2.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/PULL_REQUEST_TEMPLATE/bug2.yaml | 208 +++++++++++++++++++++++++ 1 file changed, 208 insertions(+) create mode 100644 .gitee/PULL_REQUEST_TEMPLATE/bug2.yaml diff --git a/.gitee/PULL_REQUEST_TEMPLATE/bug2.yaml b/.gitee/PULL_REQUEST_TEMPLATE/bug2.yaml new file mode 100644 index 0000000..0afaf7a --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE/bug2.yaml @@ -0,0 +1,208 @@ +name: 问题反馈 +description: 当你中发现了一个 Bug,导致应用崩溃或抛出异常,或者有一个组件存在问题,或者某些地方看起来不对劲。 +title: +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + + + ## 💢 特别说明:如果 Issue 没有严格按照模板编写且未提供测试源码下载或 Git 测试仓库地址,则视为无效 `Issue`,将无法得到答复。 + - type: dropdown + id: version + attributes: + label: 版本号 + description: 请选择项目使用的 Furion 版本? + options: + - 4.8.8.35 (最新) + - 4.8.8.34 + - 4.8.8.33 + - 4.8.8.32 + - 4.8.8.31 + - 4.8.8.30 + - 4.8.8.29 + - 4.8.8.28 + - 4.8.8.27 + - 4.8.8.26 + - 4.8.8.25 + - 4.8.8.24 + - 4.8.8.23 + - 4.8.8.22 + - 4.8.8.21 + - 4.8.8.20 + - 4.8.8.19 + - 4.8.8.18 + - 4.8.8.17 + - 4.8.8.16 + - 4.8.8.15 + - 4.8.8.14 + - 4.8.8.13 + - 4.8.8.12 + - 4.8.8.11 + - 4.8.8.10 + - 4.8.8.9 + - 4.8.8.8 + - 4.8.8.7 + - 4.8.8.6 + - 4.8.8.5 + - 4.8.8.4 + - 4.8.8.3 + - 4.8.8.2 + - 4.8.8.1 + - 4.8.8 + - 其他版本(请升级) + validations: + required: true + - type: dropdown + id: net_sdk + attributes: + label: .NET SDK + description: 请选择项目使用的 .NET SDK 版本? + options: + - .NET5 + - .NET6 + - .NET7 + - .NET8 + validations: + required: true + - type: dropdown + id: project_type + attributes: + label: 项目类型 + description: 请选择目标项目类型? + options: + - WebApi + - Mvc + - Razor Pages + - Blazor Server + - MinApp + - WinForm + - WPF + - Console + validations: + required: true + - type: dropdown + id: os_type + attributes: + label: 操作系统 + description: 请选择操作系统类型? + options: + - Windows 11 + - Windows 10 + - Windows 8 + - Ubuntu + - CentOS + - Debian + - Deepin + - Red Hat Linux + - 其他 Linux + - MacOS + - 其他 + validations: + required: true + - type: dropdown + id: environment + attributes: + label: 运行环境 + description: 请选择代码运行环境? + options: + - 开发环境 (Development) + - 生产环境 (Production) + - 测试环境 (单元测试/集成测试) + validations: + required: true + - type: dropdown + id: dbtype + attributes: + label: 数据库类型 + description: 请选择使用的数据库类型? + options: + - Sqlite + - SqlServer 2012+ + - SqlServer 2012- + - MySql 8+ + - MySql 8- + - PostgreSQL + - Oracle 11+ + - Oracle 11- + - Firebird + - Cosmos + - InMemoryDatabase + validations: + required: true + - type: dropdown + id: deploy + attributes: + label: 应用托管程序 + description: 请选择应用托管程序软件? + options: + - IIS + - Nginx + - Docker + - PodMan + - PM2 + - Kestrel + - 单文件 + validations: + required: true + - type: checkboxes + attributes: + label: 这个问题是否已经存在? + options: + - label: 我已经搜索过现有的问题 (https://gitee.com/dotnetchina/Furion/issues) + required: true + - type: textarea + attributes: + label: 如何复现 + description: 请详细告诉我们如何复现你遇到的问题,如涉及代码,可提供一个最小代码示例,并使用反引号```附上它 + placeholder: | + 1. ... + 2. ... + 3. ... + validations: + required: true + - type: textarea + attributes: + label: 预期结果 + description: 请告诉我们你预期会发生什么。 + validations: + required: true + - type: textarea + attributes: + label: 实际结果 + description: 请告诉我们实际发生了什么。 + validations: + required: true + - type: textarea + attributes: + label: 异常信息 + description: 如果有异常请把详细异常堆栈粘贴上来。 + - type: textarea + attributes: + label: 截图或视频 + description: 如果可以的话,上传任何关于 bug 的截图。 + placeholder: | + 可在此处进行图片粘贴上传。 + validations: + required: true + - type: input + id: demo + attributes: + label: Demo 地址(Git/网盘/SVN) + description: 请提供复现错误的 Demo 下载 + placeholder: https://gitee.com/your_id/your_test_project.git + validations: + required: true + - type: checkboxes + attributes: + label: 友好承诺 + options: + - label: 我承诺将本着相互尊重、理解和友善的态度进行交流,共同维护好 Furion 来之不易的良好的社区氛围。 + required: true + - type: markdown + attributes: + value: | + 关注 Furion 公众号订阅最新资讯 + + ![](https://gitee.com/dotnetchina/Furion/raw/v4/handbook/static/img/weixin_qrcode.jpg) \ No newline at end of file -- Gitee From 720ea7fadb30165732e72d1ed0d3efa90d77dfa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 6 Jul 2023 09:33:44 +0000 Subject: [PATCH 38/44] rename .gitee/PULL_REQUEST_TEMPLATE/bug2.yaml to .gitee/PULL_REQUEST_TEMPLATE/f-bug2.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/PULL_REQUEST_TEMPLATE/{bug2.yaml => f-bug2.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .gitee/PULL_REQUEST_TEMPLATE/{bug2.yaml => f-bug2.yaml} (100%) diff --git a/.gitee/PULL_REQUEST_TEMPLATE/bug2.yaml b/.gitee/PULL_REQUEST_TEMPLATE/f-bug2.yaml similarity index 100% rename from .gitee/PULL_REQUEST_TEMPLATE/bug2.yaml rename to .gitee/PULL_REQUEST_TEMPLATE/f-bug2.yaml -- Gitee From b8ef2789ebd891be697014a5da017512f1a3158f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 20 Jul 2023 11:21:48 +0000 Subject: [PATCH 39/44] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20.gitee/PULL?= =?UTF-8?q?=5FREQUEST=5FTEMPLATE/config.yml=20=E4=B8=BA=20.gitee/PULL=5FRE?= =?UTF-8?q?QUEST=5FTEMPLATE/1config.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/PULL_REQUEST_TEMPLATE/{config.yml => 1config.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .gitee/PULL_REQUEST_TEMPLATE/{config.yml => 1config.yml} (100%) diff --git a/.gitee/PULL_REQUEST_TEMPLATE/config.yml b/.gitee/PULL_REQUEST_TEMPLATE/1config.yml similarity index 100% rename from .gitee/PULL_REQUEST_TEMPLATE/config.yml rename to .gitee/PULL_REQUEST_TEMPLATE/1config.yml -- Gitee From 247a139695be3d07819f594ba13d2a6b5ed2bf37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 20 Jul 2023 11:23:49 +0000 Subject: [PATCH 40/44] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20.gitee/PULL?= =?UTF-8?q?=5FREQUEST=5FTEMPLATE/1config.yml=20=E4=B8=BA=20.gitee/PULL=5FR?= =?UTF-8?q?EQUEST=5FTEMPLATE/1c1onfig.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/PULL_REQUEST_TEMPLATE/{1config.yml => 1c1onfig.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .gitee/PULL_REQUEST_TEMPLATE/{1config.yml => 1c1onfig.yml} (100%) diff --git a/.gitee/PULL_REQUEST_TEMPLATE/1config.yml b/.gitee/PULL_REQUEST_TEMPLATE/1c1onfig.yml similarity index 100% rename from .gitee/PULL_REQUEST_TEMPLATE/1config.yml rename to .gitee/PULL_REQUEST_TEMPLATE/1c1onfig.yml -- Gitee From 1014076516564f9a8777a43ff4815f408dce7881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Fri, 11 Oct 2024 11:25:29 +0000 Subject: [PATCH 41/44] update Readme.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a5c098a..3c5c755 100644 --- a/Readme.md +++ b/Readme.md @@ -88,6 +88,6 @@ yarn run watch - [x] ~~暗黑主题可配置 (目前不可配置, insertCss() 无法提前插入 页面闪现)~~ 改为媒体查询实现 - [x] 仓库文件添加易于识别的图标 - [x] 用户在操作系统上清除所有通知时, 自动标记为已读 - - [ ] 用户可配置免打扰时间 + - [ ] 用户可配置免打扰时间 - [x] 点击按钮打开详情, 改为点击消息直接打开详情 - [x] 免打扰改为降低通知优先级, 而非工作时间外不请求(不请求可能导致未读通知数量残留) \ No newline at end of file -- Gitee From 905017a13c6de02d38f00841ddea1d2389be5095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Fri, 11 Oct 2024 11:36:01 +0000 Subject: [PATCH 42/44] update Readme.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 3c5c755..674d3f0 100644 --- a/Readme.md +++ b/Readme.md @@ -88,6 +88,6 @@ yarn run watch - [x] ~~暗黑主题可配置 (目前不可配置, insertCss() 无法提前插入 页面闪现)~~ 改为媒体查询实现 - [x] 仓库文件添加易于识别的图标 - [x] 用户在操作系统上清除所有通知时, 自动标记为已读 - - [ ] 用户可配置免打扰时间 + - [ ] 用户可配置免打扰时间 - [x] 点击按钮打开详情, 改为点击消息直接打开详情 - [x] 免打扰改为降低通知优先级, 而非工作时间外不请求(不请求可能导致未读通知数量残留) \ No newline at end of file -- Gitee From 6380db1ea13e0b2b0c0fa5cac77a2b004c039623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 2 Jan 2025 10:58:12 +0000 Subject: [PATCH 43/44] update Readme.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 674d3f0..ef26145 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,7 @@ +\title{ +第四章 护卫者 +} + ## gitee 助手 ### 功能特性 -- Gitee From f0c18af2758df9e090fda4eee7f5efec35152370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=A3=E6=B2=BE=E4=B8=8D=E8=B6=B3=E6=83=9C?= Date: Thu, 2 Jan 2025 10:58:23 +0000 Subject: [PATCH 44/44] update Readme.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- Readme.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Readme.md b/Readme.md index ef26145..674d3f0 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,3 @@ -\title{ -第四章 护卫者 -} - ## gitee 助手 ### 功能特性 -- Gitee