Skip to content
Snippets Groups Projects
Commit c98e9828 authored by atxy-blip's avatar atxy-blip Committed by GitHub
Browse files

chore: 更新 issue 模板

- 添加问题报告
- 添加新功能需求
parent aca33c34
No related branches found
No related tags found
No related merge requests found
---
name: 新功能需求
about: 提出可以改进的要点
title: "[FEATURE]"
labels: enhancement
assignees: ''
---
**现有模板的不便之处**
你的请求是否来自于使用上有不好的体验?请简要进行描述。
**提出可能的解决方案**
你认为需要采取什么措施,或者你希望改进后将呈现出什么效果。
**提出考虑过的方案**
请描述你进行过的相关尝试。
**额外信息**
任何你认为有帮助的信息。
---
name: 问题报告
about: 提出需要修复的问题
title: "[BUG]"
labels: bug
assignees: ''
---
**描述**
简要说明问题的症状。
**最小工作示例**
一段完整的可供编译的 TeX 代码,用来复现上述问题。请删除所有不会引起该问题的内容。譬如,对于正文格式出现的问题,不必添加 `\njusetup` `\tableofcontents` 等命令。
```
\documentclass[]{njuthesis}
......
\end{document}
```
**截图**
加上图片也许能更好地呈现出问题状况。
**平台信息**
在发生编译问题时提供。
- 操作系统:[e.g. Windows 10]
- TeX 发行版:[e.g. TeX Live 2021]
- 编译命令:[e.g. xelatex]
**额外信息**
任何你认为有帮助的信息。
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