Skip to content

Commit b5c1af1

Browse files
committed
feat: template configurating
1 parent f5a76b5 commit b5c1af1

File tree

3 files changed

+37
-23
lines changed

3 files changed

+37
-23
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: 文章投稿/修改
3+
about: 向数协投稿文章
4+
title: '[Article] '
5+
labels:
6+
- article
7+
- pending
8+
---
9+
10+
<!--
11+
你可以在这里添加你的 PR 描述, 介绍你的文章内容和亮点, 或者其他你想让我们知道的信息.
12+
13+
如果该文章是转载的文章, 你必须在这里注明原作者和授权信息, 否则不予合并.
14+
15+
文章的修改也应该使用这个模板提交 PR.
16+
-->
17+
18+
---
19+
20+
<!--
21+
- 请确认您的 PR 符合《投稿指南》中的要求, 然后勾选下方的复选框, 不要修改其它内容
22+
勾选案例:- [x]
23+
-->
24+
25+
<!--Checkmate-->
26+
27+
- [ ] 我已阅读并检查, 此 PR 符合 [投稿指南](https://github.com/HZMath/HZMath.github.io/blob/master/CONTRIBUTING.md) 中的要求

.github/PULL_REQUEST_TEMPLATE/article.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Bug 修复
3+
about: 报告并修复网站中的错误
4+
title: '[Bug Fix] '
5+
labels:
6+
- bug
7+
- pending
8+
assignees:
9+
- xieyuen
10+
---

0 commit comments

Comments
 (0)