diff --git a/.gitee/.keep b/.gitee/.keep
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/.gitee/PULL_REQUEST_TEMPLATE/bu.yaml b/.gitee/PULL_REQUEST_TEMPLATE/bu.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d1cce2a96868e2dc04fcdd225dc87118240de864
--- /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