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