From 44331b194e354b5d794836bf9242f1115e681ed0 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 10:39:03 +0000 Subject: [PATCH 1/2] =?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 e98ca78f5fd66a12cc694f9073e5361a528a7e94 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 10:40:04 +0000 Subject: [PATCH 2/2] add .gitee/PULL_REQUEST_TEMPLATE/bu.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 衣沾不足惜 --- .gitee/PULL_REQUEST_TEMPLATE/bu.yaml | 51 ++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .gitee/PULL_REQUEST_TEMPLATE/bu.yaml diff --git a/.gitee/PULL_REQUEST_TEMPLATE/bu.yaml b/.gitee/PULL_REQUEST_TEMPLATE/bu.yaml new file mode 100644 index 0000000..d1cce2a --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE/bu.yaml @@ -0,0 +1,51 @@ +name: bug 反馈 +description: '描述' +title: '' +labels: bug +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