Skip to content

Commit ae28bd0

Browse files
authored
feat: add pr and issue template (#69)
1 parent 0049530 commit ae28bd0

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: 'Bug report(缺陷问题反馈)'
3+
about: 'Report a bug to help us improve'
4+
title: '[Bug] say something'
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
<!--
10+
感谢您向我们反馈问题,为了高效的解决问题,我们期望你能提供以下信息:
11+
-->
12+
13+
## What happens?
14+
15+
<!-- A clear and concise description of what the bug is. -->
16+
<!-- 清晰的描述下遇到的问题。-->
17+
18+
19+
<!-- 为节约大家的时间,无复现步骤的 ISSUE 会被关闭,提供之后再 REOPEN -->
20+
21+
## How To Reproduce
22+
23+
**Steps to reproduce the behavior:** 1. 2.
24+
25+
**Expected behavior** 1. 2.
26+
27+
<!-- 请提供复现链接/步骤,错误日志以及相关配置 -->
28+
29+
## Context
30+
31+
- **leetcode-practice Version**:
32+
- **Node Version**:
33+
- **Platform**:
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: 'Feature request(新需求)'
3+
about: 'Suggest an idea for this project'
4+
title: '[Feature Request] say something'
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
## Background
10+
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
## Proposal
14+
15+
Describe the solution you'd like, better to provide some pseudo code.
16+
17+
## Additional context
18+
19+
Add any other context or screenshots about the feature request here.

.github/pull_request_template.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Git Commit Message Convention
2+
3+
> This is adapted from [Angular's commit convention](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular).

0 commit comments

Comments
 (0)