Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetAdmin authored Sep 9, 2019
1 parent 6f467e2 commit df1c5cb
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 10 deletions.
37 changes: 27 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: "问题报告"
title: "[BUG]"
labels: bug
assignees: TheNetAdmin
assignees: ''

---

Expand Down Expand Up @@ -38,18 +38,35 @@ assignees: TheNetAdmin

**环境**
- zjuthesis版本: [e.g. v3.0.0 或 3c8a471(commit id)]
- zjuthesis基础设置
```
\documentclass[
StudentName = 姓名,
StudentID = 学号,
AdvisorName = 指导教师,
Grade = 2014,
Major = 专业,
Department = 学院,
Title = 毕业论文/设计题目,
SubmitDate = 递交日期,
MajorFormat = general,
Degree = undergraduate,
Type = thesis,
Period = final,
BlindReview = false,
Topic = 研究方向,
ColaboratorName = 合作导师
]{config/zjuthesis}
```
- OS: [e.g. Linux/Windows/MacOS]
- Tex套件: [e.g. Texlive/Miktex]
- Tex套件版本: [e.g. 2019]
- XeLaTex版本: (请附上`xelatex --version`命令的所有输出)
> e.g.
> XeTeX 3.14159265-2.6-0.999991 (TeX Live 2019)
>
> kpathsea version 6.3.1
>
> Copyright 2019 SIL International, Jonathan Kew and Khaled Hosny.
>
> ...
``` shell
XeTeX 3.14159265-2.6-0.999991 (TeX Live 2019)
kpathsea version 6.3.1
Copyright 2019 SIL International, Jonathan Kew and Khaled Hosny.
```

**其他信息**
其他你认为有帮助的信息
75 changes: 75 additions & 0 deletions .github/ISSUE_TEMPLATE/i-need-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
name: I need help
about: Having some trouble using the template
title: ''
labels: help wanted
assignees: ''

---

**自检一下**
在提出issue之前,我建议你先通过以下步骤自检一下:

1. 下载安装最新版的 TexLive
2. 使用 `tlmgr update --self --all` 升级所有宏包
3. 查阅过去的issue,看是否有类似的问题已经被解决

如果以上步骤没有帮助,那么请**删除这段**,并继续提出issue

---

**遇到的问题**
请简要描述你遇到的问题

**重现步骤**
如何重现你遇到的问题:

1. 修改了哪里
2. 使用什么命令编译
3. 产生了什么错误/输出结果哪里不对
4.

请附上修改过的文件/工程

如果无法编译,请额外附上 log 文件,位于 out/zjuthesis.log

**截图**

- 重现步骤的截图
- 输出结果的截图
- 如果方便的话,也请附上其他有帮助的截图

**环境**
- zjuthesis版本: [e.g. v3.0.0 或 3c8a471(commit id)]
- zjuthesis基础设置
```
\documentclass[
StudentName = 姓名,
StudentID = 学号,
AdvisorName = 指导教师,
Grade = 2014,
Major = 专业,
Department = 学院,
Title = 毕业论文/设计题目,
SubmitDate = 递交日期,
MajorFormat = general,
Degree = undergraduate,
Type = thesis,
Period = final,
BlindReview = false,
Topic = 研究方向,
ColaboratorName = 合作导师
]{config/zjuthesis}
```
- OS: [e.g. Linux/Windows/MacOS]
- Tex套件: [e.g. Texlive/Miktex]
- Tex套件版本: [e.g. 2019]
- XeLaTex版本: (请附上`xelatex --version`命令的所有输出)
``` shell
XeTeX 3.14159265-2.6-0.999991 (TeX Live 2019)
kpathsea version 6.3.1
Copyright 2019 SIL International, Jonathan Kew and Khaled Hosny.
```

**其他信息**
其他你认为有帮助的信息

0 comments on commit df1c5cb

Please sign in to comment.