Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add template for issues and pull requests #291

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ColdWaterLW

---

<!-- 创建issue请填写 -->

## 版本信息(Version)

## 问题描述(Describe)

## 截图或日志(Log)

## 如何复现(To Reproduce)

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- 以下内容为issue处理人填写,创建工单时请不要不要删除 -->
## 问题原因

## 解决方案

## 变更影响面
<!-- 必须包含但不限于从以下方面进行影响面评估(更详细信息参考研发内部开发规范) -->
#### 受影响的模块或功能
<!-- 必须指明对用户使用流程和后台工作流的影响 -->
#### 外部引用的潜在问题或风险
<!-- 包括替换第三方包、引入新包的影响 -->
#### 版本兼容性
<!-- 破坏性变更的说明和处理措施 -->
#### 测试建议
<!-- 如果有特定的测试方法或策略可用于验证变更的影响,建议提供相应的测试建议 -->
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/new-feature-.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: 'New feature '
about: Suggest an feature for this project
title: ''
labels: ''
assignees: ColdWaterLW

---

<!-- 创建issue请填写 -->

## 需求描述(Describe)


<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- 以下内容为issue处理人填写,创建工单时请不要不要删除 -->

## 实现方案

## 变更影响面
<!-- 必须包含但不限于从以下方面进行影响面评估(更详细信息参考研发内部开发规范) -->
#### 受影响的模块或功能
<!-- 必须指明对用户使用流程和后台工作流的影响 -->
#### 外部引用的潜在问题或风险
<!-- 包括替换第三方包、引入新包的影响 -->
#### 版本兼容性
<!-- 破坏性变更的说明和处理措施 -->
#### 测试建议
<!-- 如果有特定的测试方法或策略可用于验证变更的影响,建议提供相应的测试建议 -->
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 关联的 issue

## 描述你的变更

## 确认项(pr提交后操作)
> [!TIP]
> 请在指定**复审人**之前,确认并完成以下事项,完成后✅
----------------------------------------------------------------------
- [ ] 我已完成自测
- [ ] 我已在关联的issue里补充了实现方案
- [ ] 我已在关联的issue里补充了测试影响面
- [ ] 我已确认了变更的兼容性,如果不兼容则在issue里标记 `not_compatible`
- [ ] 我已确认了是否要更新文档,如果要更新则在issue里标记 `need_update_doc`
----------------------------------------------------------------------