Skip to content

Commit

Permalink
chore: update PR and issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverEllipsis committed Jul 11, 2024
1 parent cf4e5a3 commit e713330
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Issue Report
about: 创建一个关于某个 issue 的报告,如果你开的 issue 不符合规定,它将会被关闭;另外,在开 issue 前,可以先搜索一下以往的旧 issue,你遇到的问题可能已经有人提了,也可能已经在最新版本中被修正。注意:如果你发现一个已经关闭的旧 issue 在最新版本中仍然存在,请不要在旧 issue 下面留言,而应该开一个新的 issue。
title: '[Issue]'
title: '[Issue] '
labels: issue
---

Expand Down
24 changes: 14 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<!-- PULL REQUEST TEMPLATE -->
<!--
首先,感谢你的贡献!
新特性请提交至 main 分支,在维护者审核通过后会合并。
请确保填写以下 pull request 的信息,谢谢!~
-->
---
name: Feature Request
about: 首先,感谢你的贡献!新特性请提交至 main 分支,在维护者审核通过后会合并。请确保填写以下 pull request 的信息,谢谢!~
title: '[FEATURE] '
labels: enhancement
---

> Tips: "[ ]" 更改为 "[x]" 可选中复选框
<!-- Tips: "[ ]" 更改为 "[x]" 可选中复选框 -->

### 这个 PR 做了什么? (简要描述所做更改)
**这个 PR 做了什么?**
简要描述所做更改

### 这个变动的性质是?
**这个变动的性质是?**

- [ ] 新特性提交
- [ ] 日常 bug 修复
Expand All @@ -25,10 +26,13 @@
- [ ] 测试用例
- [ ] 工作流程

### 这个变动涉及以下渠道:
**这个变动涉及以下渠道:**

- [ ] 所有渠道
- [ ] 微信小程序
- [ ] 支付宝小程序
- [ ] 抖音小程序
- [ ] Web 平台(H5)

**附加信息(可选)**
在此添加任何其他相关信息,比如截图或设计图。

0 comments on commit e713330

Please sign in to comment.