Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 authored Oct 16, 2019
1 parent 3148694 commit d3c8e63
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/----.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 功能需求
about: 对 GoAdmin 的需求或建议
title: "[Proposal]"
labels: ''
assignees: ''

---

**需求描述** [详细地描述需求,让大家都能理解]

**解决方案** [如果你有解决方案,在这里清晰地阐述]

**其他信息** [如截图等其他信息可以贴在这里]
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug---.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug 报告
about: 提交bug帮助我们修复
title: "[BUG]"
labels: "\U0001F41Bbug"
assignees: ''

---

**bug 描述** [详细地描述 bug,让大家都能理解]

**复现步骤** [清晰描述复现步骤,让别人也能看到问题]

**期望结果** [描述你原本期望看到的结果]

**复现代码** [提供可复现的代码,仓库,或线上示例]

**版本信息:**

- GoAdmin 版本: [e.g. 1.0.0]
- golang 版本
- 浏览器环境
- 开发环境 [e.g. mac OS]

**其他信息** [如截图等其他信息可以贴在这里]
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: "\U0001F41Bbug"
assignees: ''

---

**Bug Description** [describe the bug in detail]

**How to reproduction** [describe the steps how to reproduce the bug]

**Expect** [describe your expect result]

**Reproduction code** [here to show your codes or examples]

**Versions**

- GoAdmin version: [e.g. 1.0.0]
- golang version
- Browser
- OS [e.g. mac OS]

**Others** [screenshots or others info here]
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Proposal
about: Any advice for GoAdmin
title: "[Proposal]"
labels: ''
assignees: ''

---

**Description** [describe your advice]

**Solution** [if any solutions, describe here]

**Others** [screenshots and other info]

0 comments on commit d3c8e63

Please sign in to comment.