Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli authored Jul 18, 2020
1 parent 6194457 commit 191bb34
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/----.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: 问题求助
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/--.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: 勘误
about: 书中的错误和笔误反馈。
title: ''
labels: errata
assignees: ''

---


38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

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

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

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

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

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/errata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Errata
about: 书中的错误和笔误反馈。
title: ''
labels: errata
assignees: ''

---

## Meta

- 版本:
- 页码:
- 章节号或位置描述:

P.S. 版本号可以在前言前一页「版次」位置看到,第一版第三次印刷即 1-3 版本。电子书版本则注明大致的购买时间即可,页码可不填。

## 错误详细信息
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Other
about: 其他不属于勘误和提问的 Issue。
title: ''
labels: ''
assignees: ''

---


17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Question
about: 疑问、求助和讨论。
title: ''
labels: question
assignees: ''

---

请确保提供下面的信息:

- [ ] 如果和代码相关,给出相关代码
- [ ] 如果时执行命令出错,给出完整的命令和输出信息
- [ ] 如果有报错,给出完整的报错信息(文本形式)
- [ ] 如果和书相关,给出相关页数/程序/代码片段编号等信息
- [ ] 给出使用的操作系统、Python 版本、Flask 版本
- [ ] 其他必要的相关信息

0 comments on commit 191bb34

Please sign in to comment.