-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update issue templates (#3326)
- Loading branch information
Showing
5 changed files
with
107 additions
and
26 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: 'Bug report' | ||
about: 'Report a bug to help us improve' | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## What happens? | ||
A clear and concise description of what the bug is. | ||
|
||
## Mini Showcase Repository(REQUIRED) | ||
> Provide a mini GitHub repository which can reproduce the issue. | ||
> Use `egg-init --type=simple bug` then upload to your GitHub | ||
https://github.com/YOUR_REPOSITORY_URL | ||
|
||
## How To Reproduce | ||
|
||
**Steps to reproduce the behavior:** | ||
1. | ||
2. | ||
|
||
**Expected behavior** | ||
1. | ||
2. | ||
|
||
## Context | ||
- **Node Version**: | ||
- **Egg Version**: | ||
- **Plugin Name**: | ||
- **Plugin Version**: | ||
- **Platform**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: '缺陷问题反馈' | ||
about: '如何正确的提出一个 Issue :https://github.com/eggjs/egg/issues/3310' | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
如果你是新手,请务必仔细阅读:[如何正确的提出一个 Issue](https://github.com/eggjs/egg/issues/3310)。 | ||
感谢您向我们反馈问题,为了高效的解决问题,我们期望你能提供以下信息: | ||
--> | ||
|
||
## What happens? | ||
<!-- 清晰的描述下遇到的问题。--> | ||
|
||
## 最小可复现仓库 | ||
> 请使用 `egg-init --type=simple bug` 创建,并上传到你的 GitHub 仓库 | ||
https://github.com/YOUR_REPOSITORY_URL | ||
|
||
## 复现步骤,错误日志以及相关配置 | ||
|
||
<!-- 请提供复现步骤,错误日志以及相关配置 --> | ||
<!-- 可以尝试不要锁版本,重新安装依赖试试先 --> | ||
|
||
|
||
## 相关环境信息 | ||
- **操作系统**: | ||
- **Node 版本**: | ||
- **Egg 版本**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: 'Feature request' | ||
about: 'Suggest an idea for this project' | ||
title: '[Feature Request] say something' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Background | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
## Proposal | ||
Describe the solution you'd like, better to provide some pseudo code. | ||
|
||
## Additional context | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: 'RFC 提案' | ||
about: 'Suggest an idea for this project' | ||
title: '[RFC] say something' | ||
labels: 'type: proposals' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 背景 | ||
|
||
> 描述你希望解决的问题的现状,附上相关的 issue 地址 | ||
<!-- 相关参考:https://github.com/eggjs/egg/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22type%3A+proposals%22 --> | ||
## 思路 | ||
|
||
> 描述大概的解决思路,可以包含 API 设计和伪代码等 | ||
## 跟进 | ||
|
||
<!-- 后续编辑,附上对应的 Pull Request 地址。 --> | ||
|
||
- [ ] some task | ||
- [ ] PR URL |