diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9938fad --- /dev/null +++ b/.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` 命令代替。