Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Miracle0565 committed Aug 2, 2020
1 parent 98105c7 commit 9709b11
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

## 编译环境
操作系统: Windows 10 / macOS 10.14 / Overleaf
TeX 发行版: TeX Live 2020 / MacTeX 2019 / MiKTeX 2.9.6753
模板版本: v0.9.x

## 问题描述
希望实现…… / 《规范》中要求是……
但以下编译出的结果……

### 代码:
```TeX
\documentclass[]{buctthesis}
\begin{document}
Here's the bug.
\end{document}
```

### 注意事项:
- 请精简代码,使其更具针对性;
- 较长的代码或者 log 文件可以使用 [ubuntu pastebin](https://paste.ubuntu.com/)
- 敏感文字可选用 `zhlipsum` 宏包中的 `\zhlipsum` 命令代替。

0 comments on commit 9709b11

Please sign in to comment.