From 7cb8eddf2990c263ddba9b48e2ea9596206b650d Mon Sep 17 00:00:00 2001 From: kl <12029+linux@user.noreply.gitee.com> Date: Wed, 28 Jun 2023 05:46:58 +0000 Subject: [PATCH 1/2] add ee. Signed-off-by: kl <12029+linux@user.noreply.gitee.com> --- ee | 1 + 1 file changed, 1 insertion(+) create mode 100644 ee diff --git a/ee b/ee new file mode 100644 index 0000000..6132a64 --- /dev/null +++ b/ee @@ -0,0 +1 @@ +eee \ No newline at end of file -- Gitee From f2aa8d3a2a872bee1e33f61327d452876e2704c4 Mon Sep 17 00:00:00 2001 From: kl <12029+linux@user.noreply.gitee.com> Date: Wed, 28 Jun 2023 05:48:33 +0000 Subject: [PATCH 2/2] f Signed-off-by: kl <12029+linux@user.noreply.gitee.com> --- .gitee/PULL_REQUEST_TEMPLATE/ptr.yml | 51 ++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .gitee/PULL_REQUEST_TEMPLATE/ptr.yml diff --git a/.gitee/PULL_REQUEST_TEMPLATE/ptr.yml b/.gitee/PULL_REQUEST_TEMPLATE/ptr.yml new file mode 100644 index 0000000..29a14c8 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE/ptr.yml @@ -0,0 +1,51 @@ +name: 修复 bug +description: '修复 bug 的模板' +title: 'fix: ' +labels: 'no' +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