diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..580761e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: 报告项目问题 +title: '[功能异常] ' +labels: '' +assignees: JoeanAmier + +--- + +**问题描述** + +清晰简洁地描述该错误是什么。 + +A clear and concise description of what the bug is. + +**重现步骤** + +重现该问题的步骤: + +Steps to reproduce the behavior: + +1. ... +2. ... +3. ... + +**预期结果** + +清晰简洁地描述您预期会发生的情况。 + +A clear and concise description of what you expected to happen. + +**补充信息** + +在此添加有关该问题的任何其他上下文信息,例如:操作系统、运行方式、配置文件、错误截图、运行日志等。 + +请注意:提供配置文件时,请删除 Cookie 内容,避免敏感数据泄露! + +Add any other contextual information about the issue here, such as operating system, runtime mode, configuration files, +error screenshots, runtime logs, etc. + +Please note: When providing configuration files, please delete cookie content to avoid sensitive data leakage! diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..df36f5f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,32 @@ +--- +name: Feature request +about: 功能优化建议 +title: '[优化建议] ' +labels: '' +assignees: JoeanAmier + +--- + +**功能请求** + +清晰简洁地描述问题是什么。例如:当 [...] 时,我总是感到沮丧。 + +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**描述您希望的解决方案** + +清晰简洁地描述您希望发生的情况。 + +A clear and concise description of what you want to happen. + +**描述您考虑过的替代方案** + +清晰简洁地描述您考虑过的任何替代解决方案或功能。 + +A clear and concise description of any alternative solutions or features you've considered. + +**补充信息** + +在此添加有关功能请求的任何其他上下文或截图。 + +Add any other context or screenshots about the feature request here.