diff --git a/.gitee/ISSUE_TEMPLATE/aa.yml b/.gitee/ISSUE_TEMPLATE/aa.yml new file mode 100644 index 0000000000000000000000000000000000000000..9d46ece6d0e46bb24b05de2e913ce3eac313cdb5 --- /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 diff --git a/.gitee/ISSUE_TEMPLATE/fg.yml b/.gitee/ISSUE_TEMPLATE/fg.yml index d415f7b5897f428d7e5dbf60e303155f0d528e49..27431d467582ea584ae0479154e1824f148a31b9 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 diff --git a/.gitee/PULL_REQUEST_TEMPLATE/bug.yml b/.gitee/PULL_REQUEST_TEMPLATE/bug.yml new file mode 100644 index 0000000000000000000000000000000000000000..29a14c836e6f8241de05795050fa6f5057ab8a8d --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE/bug.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 diff --git a/.gitee/PULL_REQUEST_TEMPLATE/config.yaml b/.gitee/PULL_REQUEST_TEMPLATE/config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ccebd5129094f3f7066037cec4ae42c9d4d48e43 --- /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 diff --git a/.gitee/PULL_REQUEST_TEMPLATE/feature.yaml b/.gitee/PULL_REQUEST_TEMPLATE/feature.yaml index 9e9fdd5c28eff29e18fba0e92f296cf9034bea5e..1dcd87aa52f0959121010c04bc9a9fade36a3608 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: @@ -47,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