diff --git a/.gitee/PULL_REQUEST_TEMPLATE/ptr.yml b/.gitee/PULL_REQUEST_TEMPLATE/ptr.yml new file mode 100644 index 0000000000000000000000000000000000000000..29a14c836e6f8241de05795050fa6f5057ab8a8d --- /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 diff --git a/ee b/ee new file mode 100644 index 0000000000000000000000000000000000000000..6132a64bc70801716c399f75d08c8ec311c2f98c --- /dev/null +++ b/ee @@ -0,0 +1 @@ +eee \ No newline at end of file