From 42448ec4d54788a932974a60f3dd0d256ce36b39 Mon Sep 17 00:00:00 2001 From: kl <12029+linux@user.noreply.gitee.com> Date: Tue, 20 Jun 2023 09:35:52 +0000 Subject: [PATCH 1/7] add .gitee/PULL_REQUEST_TEMPLATE/config.yaml. Signed-off-by: kl <12029+linux@user.noreply.gitee.com> --- .gitee/PULL_REQUEST_TEMPLATE/config.yaml | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .gitee/PULL_REQUEST_TEMPLATE/config.yaml diff --git a/.gitee/PULL_REQUEST_TEMPLATE/config.yaml b/.gitee/PULL_REQUEST_TEMPLATE/config.yaml new file mode 100644 index 0000000..ccebd51 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE/config.yaml @@ -0,0 +1,44 @@ +blank_issues_enabled: true +contact_links: + - name: Gitee Community Support + url: https://baidu.com + about: Please ask and answer questions here. + - name: Security Bug Bounty + url: https://fanyi.baidu.com + about: Please report security vulnerabilities here. + - name: Gitee Community Support + url: https://baidu.com + about: Please ask and answer questions here. + - name: Security Bug Bounty + url: https://fanyi.baidu.com + about: Please report security vulnerabilities here. + - name: Gitee Community Support + url: https://baidu.com + about: Please ask and answer questions here. + - name: Security Bug Bounty + url: https://fanyi.baidu.com + about: Please report security vulnerabilities here. + - name: Gitee Community Support + url: https://baidu.com + about: Please ask and answer questions here. + - name: Security Bug Bounty + url: https://fanyi.baidu.com + about: Please report security vulnerabilities here. + - name: Gitee Community Support + url: https://baidu.com + about: Please ask and answer questions here. + - name: Security Bug Bounty + url: https://fanyi.baidu.com + about: Please report security vulnerabilities here. + - name: Gitee Community Support + url: https://baidu.com + about: Please ask and answer questions here. + - name: Security Bug Bounty + url: https://fanyi.baidu.com + about: Please report security vulnerabilities here. + - name: Gitee Community Support + url: https://baidu.com + about: Please ask and answer questions here. + - name: Security Bug Bounty + url: https://fanyi.baidu.com + about: Please report security vulnerabilities here. \ No newline at end of file -- Gitee From 5c1ecdcdd5e20eb60d7010cd231fbd5c46a16a89 Mon Sep 17 00:00:00 2001 From: kl <12029+linux@user.noreply.gitee.com> Date: Tue, 20 Jun 2023 09:56:56 +0000 Subject: [PATCH 2/7] update .gitee/PULL_REQUEST_TEMPLATE/feature.yaml. Signed-off-by: kl <12029+linux@user.noreply.gitee.com> --- .gitee/PULL_REQUEST_TEMPLATE/feature.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitee/PULL_REQUEST_TEMPLATE/feature.yaml b/.gitee/PULL_REQUEST_TEMPLATE/feature.yaml index 9e9fdd5..8de8605 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE/feature.yaml +++ b/.gitee/PULL_REQUEST_TEMPLATE/feature.yaml @@ -1,6 +1,7 @@ name: feature description: '' title: '' +labels: 'no' body: - type: markdown attributes: -- Gitee From 04a4b1f7e6a342284d0c8e61b0f82bf2161ce363 Mon Sep 17 00:00:00 2001 From: kl <12029+linux@user.noreply.gitee.com> Date: Tue, 20 Jun 2023 09:57:35 +0000 Subject: [PATCH 3/7] add .gitee/PULL_REQUEST_TEMPLATE/bug. Signed-off-by: kl <12029+linux@user.noreply.gitee.com> --- .gitee/PULL_REQUEST_TEMPLATE/bug | 51 ++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .gitee/PULL_REQUEST_TEMPLATE/bug diff --git a/.gitee/PULL_REQUEST_TEMPLATE/bug b/.gitee/PULL_REQUEST_TEMPLATE/bug new file mode 100644 index 0000000..29a14c8 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE/bug @@ -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 From 711edf52da9c8d62f675a2be0684c26e84cfe31f Mon Sep 17 00:00:00 2001 From: kl <12029+linux@user.noreply.gitee.com> Date: Tue, 20 Jun 2023 09:58:49 +0000 Subject: [PATCH 4/7] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20.gitee/PULL?= =?UTF-8?q?=5FREQUEST=5FTEMPLATE/bug=20=E4=B8=BA=20.gitee/PULL=5FREQUEST?= =?UTF-8?q?=5FTEMPLATE/bug.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/PULL_REQUEST_TEMPLATE/{bug => bug.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .gitee/PULL_REQUEST_TEMPLATE/{bug => bug.yml} (100%) diff --git a/.gitee/PULL_REQUEST_TEMPLATE/bug b/.gitee/PULL_REQUEST_TEMPLATE/bug.yml similarity index 100% rename from .gitee/PULL_REQUEST_TEMPLATE/bug rename to .gitee/PULL_REQUEST_TEMPLATE/bug.yml -- Gitee From 209bf586a0db5d5caefbe877d7b7158b4c404a9f Mon Sep 17 00:00:00 2001 From: kl <12029+linux@user.noreply.gitee.com> Date: Mon, 26 Jun 2023 06:08:13 +0000 Subject: [PATCH 5/7] update .gitee/ISSUE_TEMPLATE/fg.yml. Signed-off-by: kl <12029+linux@user.noreply.gitee.com> --- .gitee/ISSUE_TEMPLATE/fg.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/fg.yml b/.gitee/ISSUE_TEMPLATE/fg.yml index d415f7b..27431d4 100644 --- a/.gitee/ISSUE_TEMPLATE/fg.yml +++ b/.gitee/ISSUE_TEMPLATE/fg.yml @@ -36,4 +36,11 @@ body: description: 描述这个错误如何触发 render: bash validations: - required: true \ No newline at end of file + required: true +- type: textarea + attributes: + id: repo1 + label: 复现步骤 + description: 描述这个错误如何触发 + validations: + required: true \ No newline at end of file -- Gitee From 977a59cc012c7739b9e52c091518928f93dfd807 Mon Sep 17 00:00:00 2001 From: kl <12029+linux@user.noreply.gitee.com> Date: Mon, 26 Jun 2023 06:52:05 +0000 Subject: [PATCH 6/7] update .gitee/PULL_REQUEST_TEMPLATE/feature.yaml. Signed-off-by: kl <12029+linux@user.noreply.gitee.com> --- .gitee/PULL_REQUEST_TEMPLATE/feature.yaml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitee/PULL_REQUEST_TEMPLATE/feature.yaml b/.gitee/PULL_REQUEST_TEMPLATE/feature.yaml index 8de8605..1dcd87a 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE/feature.yaml +++ b/.gitee/PULL_REQUEST_TEMPLATE/feature.yaml @@ -48,4 +48,22 @@ body: - type: textarea attributes: label: 粘贴你的代码片段 - render: javascript \ No newline at end of file + render: javascript + - type: textarea + attributes: + label: 推荐理由 + description: 详细描写你的推荐理由 + placeholder: 请填写理由 + value: 默认理由 + - type: textarea + attributes: + label: 推荐理由 + description: 详细描写你的推荐理由 + placeholder: 请填写理由 + value: 默认理由 + - type: textarea + attributes: + label: 推荐理由 + description: 详细描写你的推荐理由 + placeholder: 请填写理由 + value: 默认理由 \ No newline at end of file -- Gitee From dfc0e4b0e8548a78369965048c566bd0f6cac1d3 Mon Sep 17 00:00:00 2001 From: kl <12029+linux@user.noreply.gitee.com> Date: Tue, 27 Jun 2023 10:01:06 +0000 Subject: [PATCH 7/7] add .gitee/ISSUE_TEMPLATE/aa.yml. Signed-off-by: kl <12029+linux@user.noreply.gitee.com> --- .gitee/ISSUE_TEMPLATE/aa.yml | 51 ++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/aa.yml diff --git a/.gitee/ISSUE_TEMPLATE/aa.yml b/.gitee/ISSUE_TEMPLATE/aa.yml new file mode 100644 index 0000000..9d46ece --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/aa.yml @@ -0,0 +1,51 @@ +name: book +description: '这是描述' +assignees: li_qin_power, git, , acx,linux, linux,中文,"", li_qin_power, li_qin_power,CMTY,git, nocnob, nocnob +labels: + - bug + - feature + - 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: 默认理由 + - type: textarea + attributes: + label: 推荐理由 + description: 详细描写你的推荐理由 + placeholder: 请填写理由 + value: console.log('alert') + render: js \ No newline at end of file -- Gitee