diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..6d9231f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,29 @@ --- name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' +about: Please describe your problem in as much detail as possible so that it can be + solved faster +title: "[BUG]" +labels: BUG +assignees: Evil0ctal --- -**Describe the bug** -A clear and concise description of what the bug is. +***Platform where the error occurred?*** -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +Such as: Douyin/TikTok -**Expected behavior** -A clear and concise description of what you expected to happen. +***The endpoint where the error occurred?*** -**Screenshots** -If applicable, add screenshots to help explain your problem. +Such as: API-V1/API-V2/Web APP -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +***Submitted input value?*** -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +Such as: video link -**Additional context** -Add any other context about the problem here. +***Have you tried again?*** + +Such as: Yes, the error still exists after X time after the error occurred. + +***Have you checked the readme or interface documentation for this project?*** + +Such as: Yes, and it is very sure that the problem is caused by the program. diff --git a/.github/ISSUE_TEMPLATE/bug反馈.md b/.github/ISSUE_TEMPLATE/bug反馈.md new file mode 100644 index 0000000..75a3487 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug反馈.md @@ -0,0 +1,28 @@ +--- +name: Bug反馈 +about: 请尽量详细的描述你的问题以便更快的解决它 +title: "[BUG]" +labels: BUG +assignees: Evil0ctal + +--- + +***发生错误的平台?*** + +如:抖音/TikTok + +***发生错误的端点?*** + +如:API-V1/API-V2/Web APP + +***提交的输入值?*** + +如:短视频链接 + +***是否有再次尝试?*** + +如:是,发生错误后X时间后错误依旧存在。 + +***你有查看本项目的自述文件或接口文档吗?*** + +如:有,并且很确定该问题是程序导致的。 diff --git a/.github/ISSUE_TEMPLATE/新功能需求.md b/.github/ISSUE_TEMPLATE/新功能需求.md new file mode 100644 index 0000000..fd9d2e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/新功能需求.md @@ -0,0 +1,24 @@ +--- +name: 新功能需求 +about: 为本项目提出一个新需求或想法 +title: "[Feature request]" +labels: enhancement +assignees: Evil0ctal + +--- + +**您的功能请求是否与问题相关? 如有,请描述。** + +如:我在使用xxx时觉得如果可以改进xxx的话会更好。 + +**描述您想要的解决方案** + +如:对您想要发生的事情的清晰简洁的描述。 + +**描述您考虑过的替代方案** + +如:对您考虑过的任何替代解决方案或功能的清晰简洁的描述。 + +**附加上下文** + +在此处添加有关功能请求的任何其他上下文或屏幕截图。