Skip to content
Snippets Groups Projects
Commit b2f39e45 authored by Yu Xiong's avatar Yu Xiong :confounded:
Browse files

chore: 使用表单重构 issue 模板 [ci skip]

parent 882b8f6f
No related branches found
No related tags found
No related merge requests found
name: 报告问题
description: 描述需要修复的问题
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
请使用此模板来报告*模板运行问题*,并尽可能多地提供信息。
- type: checkboxes
id: prerequisites
attributes:
label: 先决条件
options:
- label: |
我已尝试更新[模板版本](https://github.com/nju-lug/NJUThesis/blob/master/CHANGELOG.md)
required: true
- label: |
我已检索[模板手册](http://mirrors.ctan.org/macros/unicodetex/latex/njuthesis/njuthesis.pdf)
required: true
- label: |
我已检索[项目 wiki](https://github.com/nju-lug/NJUThesis/wiki)
required: true
- label: |
我已确认这个问题没有在[其他 issues](https://github.com/tuna/issues/issues) 中提出过。
required: true
- type: textarea
id: expected_behavior
attributes:
label: 期望的现象
placeholder: 本来应该是什么效果
validations:
required: true
- type: textarea
id: what_happened
attributes:
label: 发生了什么
placeholder: 实际发生了什么偏差,此处不妨拖拽上传截图
validations:
required: true
- type: textarea
id: minimal_working_example
attributes:
label: 最小工作示例
description: |
一段*完整的可供编译*的 TeX 代码,用来复现上述问题。这段代码应当从 `\documentclass` 开始,到 `\end{document}` 结束。请删除*所有不会引起该问题的内容*。譬如,对于正文格式出现的问题,不必添加 `\njusetup` `\tableofcontents` 等命令。
placeholder: |
\documentclass[]{njuthesis}
...
\end{document}
render: TeX
validations:
required: true
- type: dropdown
id: operating_system
attributes:
label: 操作系统
options:
- Windows
- macOS
- Linux
- type: dropdown
id: tex_distribution
attributes:
label: TeX 发行版
options:
- TeX Live 2021
- MiKTeX 21
- type: dropdown
id: compiler
attributes:
label: 编译引擎
options:
- XeLaTeX
- LuaLaTeX
- type: dropdown
id: njuthesis_version
attributes:
label: njuthesis 模板版本
description: 模版版本可以在 `.log` 文件中搜索 `njuthesis` 得到。
options:
- 0.14.0
- 0.13.0
- 0.12.0
- 快更新吧
validations:
required: true
- type: dropdown
id: source
attributes:
label: 模板获取途径
options:
- 使用包管理器从 CTAN 安装
- 通过 GitHub Releases 或镜像站下载
- 从 Git 仓库下载
- type: textarea
id: more_info
attributes:
label: 额外信息
placeholder: 任何你认为有帮助的信息
- type: markdown
attributes:
value: |
-----
在提交这篇 issue 时,您将默认服从我们的[行为准则](https://github.com/nju-lug/NJUThesis/blob/master/.github/CODE_OF_CONDUCT.md)。
name: 请求新功能
description: 提出可以改进的要点
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: checkboxes
id: prerequisites
attributes:
label: 先决条件
options:
- label: |
我已尝试更新模板版本
required: true
- label: |
我已检索[模板手册](http://mirrors.ctan.org/macros/unicodetex/latex/njuthesis/njuthesis.pdf)
required: true
- label: |
我已检索[项目 wiki](https://github.com/nju-lug/NJUThesis/wiki)
required: true
- label: |
我已确认这个请求没有在[其他 issues](https://github.com/tuna/issues/issues)中提出过。
required: true
- type: textarea
id: inconvenience
attributes:
label: 现有模板的不便之处
placeholder: 你的请求是否来自于使用上有不好的体验?请简要进行描述。
- type: textarea
id: possible_solution
attributes:
label: 提出可能的解决方案
placeholder: 你认为需要采取什么措施,或者你希望改进后将呈现出什么效果。
validations:
required: true
- type: textarea
id: considerations
attributes:
label: 提出考虑过的方案
placeholder: 请描述你进行过的相关尝试。
- type: textarea
id: more_info
attributes:
label: 额外信息
placeholder: 任何你认为有帮助的信息
- type: markdown
attributes:
value: |
在提交这篇 issue 时,我们默认您服从我们的[行为准则](https://github.com/nju-lug/NJUThesis/blob/master/.github/CODE_OF_CONDUCT.md)。
---
name: 报告问题
about: 描述需要修复的问题
title: "[BUG]"
labels: bug
assignees: ''
---
<!-- 说明文档问题可以不按这个复杂的格式填写 -->
## 前提
<!-- 如需勾选某一项,请将开头的 [ ] 改成 [x] -->
- [ ] 我已尝试更新模板版本
- [ ] 我已检索模板手册
- [ ] 我已检索项目 wiki
- [ ] 我已检索既有 issue
## 描述
**预期行为**
<!-- 本来应该是什么效果。 -->
**问题现象**
<!-- 实际发生了什么偏差。 -->
**截图**
<!-- 加上图片也许能更好地呈现出问题状况。 -->
**最小工作示例**
<!-- 请务必附上一段完整的可供编译的 TeX 代码,用来复现上述问题。这段代码应当从 `\documentclass` 开始,到 `\end{document}` 结束。请删除所有不会引起该问题的内容。譬如,对于正文格式出现的问题,不必添加 `\njusetup` `\tableofcontents` 等命令。 -->
```
\documentclass[]{njuthesis}
...
\end{document}
```
**额外信息**
<!-- 任何你认为有帮助的信息。 -->
## 平台信息
<!-- 请提供编译平台以便更有针对性地排查问题。 -->
- 操作系统:<!-- [e.g. Windows 10] -->
- TeX 发行版:<!-- [e.g. TeX Live 2021] -->
- 编译命令:<!-- [e.g. xelatex] -->
- 模板版本:<!-- [e.g. v0.14.0] 版本信息可以从 log 文件搜索 njuthesis 得到 -->
- 获取途径
- [ ] 使用包管理器从 CTAN 安装 <!-- 包括南大 TeX 内置版本 -->
- [ ] 通过 GitHub Releases 或镜像站下载 <!-- 最新发布版本 -->
- [ ] 从 Git 仓库下载 <!-- 最新开发版本,包括 Github 和 NJU Git -->
---
name: 请求新功能
about: 提出可以改进的要点
title: "[FEATURE]"
labels: enhancement
assignees: ''
---
**现有模板的不便之处**
<!-- 你的请求是否来自于使用上有不好的体验?请简要进行描述。 -->
**提出可能的解决方案**
<!-- 你认为需要采取什么措施,或者你希望改进后将呈现出什么效果。 -->
**提出考虑过的方案**
<!-- 请描述你进行过的相关尝试。 -->
**额外信息**
<!-- 任何你认为有帮助的信息。 -->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment