feat: 增加pr模板

This commit is contained in:
sudoooooo 2024-03-18 19:34:03 +08:00
parent 456df124f1
commit 4b860732c0
4 changed files with 27 additions and 3 deletions

View File

@ -2,7 +2,7 @@
name: Bug report
about: 反馈遇到的问题 / 发现的Bug
title: ''
labels: ''
labels: 'Bug'
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: Feature request
about: 提出需求 / 优化 / 建议
title: ''
labels: ''
labels: 'feature'
assignees: ''
---
@ -16,5 +16,5 @@ assignees: ''
### 描述您考虑过的备选方案 / 建议
<!-- 清晰描述预期的方案 / 想法 -->
#### 我想要认领此需求 / 优化
### 我想要认领此需求 / 优化
<!-- 如果想认领,可录入“确认认领” 以及 预计可完成时间,官方将在一周内给出方案链接通您进行沟通 -->

17
.github/ISSUE_TEMPLATE/pr_request.md vendored Normal file
View File

@ -0,0 +1,17 @@
---
name: PR
about: 关于某个PR的详细描述
title: '[类型]: xxx'
labels: 'pr'
assignees: ''
---
### 改动原因
<!-- 清晰描述PR目的、原因 -->
### 改动内容
<!-- 详细描述改了什么,必要的话配截图 -->
### 改动验证:
<!-- 如何验证的,必要的修改需要补充单测 -->

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

@ -0,0 +1,7 @@
<!-- 请严格遵循贡献规范https://xiaojusurvey.didi.cn/docs/next/share/%E8%B4%A1%E7%8C%AE%E6%B5%81%E7%A8%8B -->
### 改动内容
<!-- 不同功能拆分成多个PR。简洁记录改动内容用1、2、3...分序号描述改动点 -->
### Issue
<!-- 确保大的改动创建一个Issue描述详情https://github.com/didi/xiaoju-survey/issues/new?assignees=&labels=&projects=&template=pr_report.md&title=[类型]: xxx -->