Skip to content

Commit

Permalink
refine: github issue templte
Browse files Browse the repository at this point in the history
  • Loading branch information
lslzl3000 committed Apr 20, 2023
1 parent 6c322f7 commit 630b0bf
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 127 deletions.
62 changes: 0 additions & 62 deletions .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug---------.md

This file was deleted.

39 changes: 19 additions & 20 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
title: "[BUG]: "
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
## Describe the bug
A clear and concise description of what the bug is

**To Reproduce**
## To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
1. Create '...'
2. Click on '...'
3. Delete '...'
4. See error '...'

**Expected behavior**
A clear and concise description of what you expected to happen.
## Expected behavior
A clear and concise description of what you expected to happen

**Screenshots**
If applicable, add screenshots to help explain your problem.
## Screenshots
If applicable, add screenshots to help explain your problem

**Orillusion engine version:**
State the version you use for developement.
## Orillusion engine version
State the version you use for developement, e.g. 0.5.0

**Desktop (please complete the following information):**
## Desktop (please complete the following information)
- OS: [e.g. win, mac, android]
- Browser [e.g. chrome]
- Version [e.g. 113]

**Code demo link:**
If applicabla, please provide a sandbox/codepen/code snippet... to demonstrate the bug.
## Code demo link
If applicabla, please provide a sandbox/codepen/code snippet... to demonstrate the bug

**Additional context**
Add any other context about the problem here.
## Additional context
Add any other context about the problem here
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug 报告(中文模板)
about: 创建一个bug报告,帮助我们提升代码
title: "[BUG]: "
labels: bug
assignees: ''
---

## Bug描述
简单明晰的描述问题所在

## Bug复现流程
通过以下步骤产生bug:
1. 创建 '...'
2. 点击 '...'
3. 删除 '...'
4. 出现错误 '...'

## 期待的结果
简介明要的阐述你期待发生什么结果

## 报错截图
如果可以,提供发生错误的截图

## 测试引擎版本:
本地运行出错的Orillusion引擎版本, e.g. 0.5.0

## 本机系统 (请填写完整):
- OS: [e.g. win, mac, android]
- Browser [e.g. chrome]
- Version [e.g. 113]

## Codepen链接
如果有sandbox/codepen的代码示例链接,请提供

## 其他信息
添加关于bug的其他描述信息
13 changes: 6 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
title: '[FR]: '
labels: 'feature'
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
## Is your feature request related to a problem? Please describe
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
## Describe the solution you'd like
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
## Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
## Additional context
Add any other context or screenshots about the feature request here.

0 comments on commit 630b0bf

Please sign in to comment.