From ff72578a9c1419ab6e279bb0b3fb6c0ac0c3229e Mon Sep 17 00:00:00 2001 From: imgyh <1974355683@qq.com> Date: Wed, 24 May 2023 11:05:21 +0800 Subject: [PATCH] =?UTF-8?q?docs(issue):=20=E5=A2=9E=E5=8A=A0issue=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++ .github/ISSUE_TEMPLATE/help_want.md | 22 ++++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/help_want.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1b2011e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: 报告出现的Bug +title: "[BUG]" +labels: bug +assignees: imgyh + +--- + +**Bug 描述** +对bug的清晰而简洁的描述。 + +**Bug 复现** +复现这次行为的步骤: +1. 更改了 '...' +2. 点击了 '....' +3. '....' + +**预期行为** +简单描述预期结果。 + +**截图** +如果适用,请添加屏幕截图以帮助解释您的问题。 + +**环境信息 (请填写以下信息):** + - 操作系统: [e.g. windows] + - 命令: [e.g. DouyinCommand.py, WebApi.py, DouyinCommand.exe, WebApi.exe] + - 版本 [e.g. v1.6.4] + +**附文** +在此处添加有关该问题的其他文字。 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..ffb4833 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: 对该项目的建议 +title: "[Feature]" +labels: enhancement +assignees: imgyh + +--- + +**描述您想要的功能** +对你想要加入的功能的清晰而简洁的描述。 + +**描述你想要替换的功能或需要修改的解决方案** +对您考虑过的任何替代解决方案或功能的清晰简洁的描述。 + +**附文** +在此处添加有关功能请求的任何其他文字或屏幕截图。 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/help_want.md b/.github/ISSUE_TEMPLATE/help_want.md new file mode 100644 index 0000000..b3962ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help_want.md @@ -0,0 +1,22 @@ +--- +name: Help Want +about: 想要得到帮助,非Bug问题,如程序不会用、部署相关等问题 +title: "[Help]" +labels: help wanted +assignees: imgyh + +--- + +**问题描述** +对您的遇到的问题清晰而简洁的描述。 + +**截图** +如果适用,请添加屏幕截图以帮助解释您的问题。 + +**环境信息 (请填写以下信息):** + - 操作系统: [e.g. windows] + - 命令: [e.g. DouyinCommand.py, WebApi.py, DouyinCommand.exe, WebApi.exe] + - 版本 [e.g. v1.6.4] + +**附文** +在此处添加有关该问题的其他文字。 \ No newline at end of file