From 9709b118a3523a8b2ef9c8281c970b8d0298823e Mon Sep 17 00:00:00 2001 From: Miracle0565 <53522776+Miracle0565@users.noreply.github.com> Date: Sun, 2 Aug 2020 21:08:31 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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` 命令代替。