diff --git a/.github/ PULL_REQUEST_TEMPLATE /ss.yml b/.github/ PULL_REQUEST_TEMPLATE /ss.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d0c848863bcdade7179fa33ea7b2afac790a3f20
--- /dev/null
+++ b/.github/ PULL_REQUEST_TEMPLATE /ss.yml
@@ -0,0 +1,69 @@
+name: feature
+description: ''
+title: ''
+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
+ - type: textarea
+ attributes:
+ label: 推荐理由
+ description: 详细描写你的推荐理由
+ placeholder: 请填写理由
+ value: 默认理由
+ - type: textarea
+ attributes:
+ label: 推荐理由
+ description: 详细描写你的推荐理由
+ placeholder: 请填写理由
+ value: 默认理由
+ - type: textarea
+ attributes:
+ label: 推荐理由
+ description: 详细描写你的推荐理由
+ placeholder: 请填写理由
+ value: 默认理由
diff --git a/a b/a
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391