📝 添加 pr issue 模板

This commit is contained in:
xtaodada 2021-08-21 15:57:56 +08:00
parent cfac5c26c2
commit 107fc1ffc2
No known key found for this signature in database
GPG Key ID: EE4DC37B55E24736
5 changed files with 105 additions and 0 deletions

23
.github/ISSUE_TEMPLATE/bug_report_en.md vendored Normal file
View File

@ -0,0 +1,23 @@
---
name: 🐛 Bug Report
about: Submit discovered bugs
---
<!--
Please ensure you have read [wiki](https://xtaolabs.com) and [issue](https://github.com/Xtao-Labs/PagerMaid-Modify/issues), and provide all the information required by this template.
Otherwise the issue will be closed immediately.Please do not repeat the issue.
-->
### BUG occurrence address
### What is expected?
### What is actually happening?
### Additional info (logs errors etc)
<!--
Please ensure you have deployed the [master branch](https://github.com/Xtao-Labs/PagerMaid-Modify/tree/master)
generated by github-issue-template.This issue is in English.
-->

23
.github/ISSUE_TEMPLATE/bug_report_zh.md vendored Normal file
View File

@ -0,0 +1,23 @@
---
name: 🐛 Bug 报告
about: 早起的虫子被你抓
---
<!--
请确保已阅读 [文档](https://xtaolabs.com) 和 [issue](https://github.com/Xtao-Labs/PagerMaid-Modify/issues) 内相关部分,并按照模版提供信息
否则 issue 将被立即关闭请勿重复提issue
-->
### BUG 发生地址
### 预期是什么?
### 实际发生了什么?
### 额外信息(日志、报错等)
<!--
请确保您部署的是[主线 master 分支](https://github.com/Xtao-Labs/PagerMaid-Modify/tree/master)的最新版
generated by github-issue-template
-->

View File

@ -0,0 +1,19 @@
---
name: 🍰 Feature Request
about: Submit a new feature request
---
<!--
Feature Request(https://xtaolabs.com) and [issue](https://github.com/Xtao-Labs/PagerMaid-Modify/issues) , and provide all the information required by this template.
Otherwise the issue will be closed immediately.
-->
### What feature is it?
### What can this function do?
### Additional description
<!--
generated by github-issue-template.This issue is in English.
-->

View File

@ -0,0 +1,19 @@
---
name: 🍰 功能需求
about: 提交新的功能需求
---
<!--
请确保 [文档](https://xtaolabs.com) 和 [issue](https://github.com/Xtao-Labs/PagerMaid-Modify/issues) 中没有相关内容,并按照模版提供信息
否则 issue 将被立即关闭
-->
### 这是一个什么样的功能?
### 这个 feature 可以干什么?
### 额外描述
<!--
generated by github-issue-template
-->

21
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,21 @@
## 该 PR 相关 Issue / Involved issue
Close #
## 插件名称 / Name
```
```
## 更改检查表 / Change Checklist
- [ ] 有插件版本号更新
- [ ] 有多语言支持
- [ ] CN
- [ ] EN
- [ ] 会触发频率限制 Will trigger a rate limit?
- [ ] 如果会, 是否有对应的措施? If yes, do your code reflect this sign?
- [ ] 添加了新的依赖包 New package added
## 说明 / Note