add issue templates

This commit is contained in:
ZCShou 2022-06-19 12:18:03 +08:00
parent af0a5d0568
commit a88bdbc02d
No known key found for this signature in database
GPG Key ID: 40F856243C184EAB
3 changed files with 55 additions and 0 deletions

33
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,33 @@
---
name: 报告问题
about: Bug Report.
title: '[BUG] Report bug'
labels: 'bug'
assignees:
---
<!-- ⚠️⚠️ 不要删除这些注释 ⚠️⚠️ -->
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- 请先搜索有无同类问题,避免报告重复问题 -->
<!-- Please search existing issues to avoid creating duplicates. -->
### 问题描述 Bug description
<!-- 请在上方详细地描述问题。 -->
<!-- Please describe the bug in detail above. -->
### 版本信息 Version Info
- 影梭版本GoGoGo Version:
- 系统版本OS Version):
<!-- 请在上方描述出问题的影梭版本及使用的系统版本。 -->
<!-- Please describe version of GoGoGo and used OS above. -->
### 复现步骤 Steps to Reproduce
1.
2.
<!-- 请在上方描述如何复现该问题。-->
<!-- Please describe how to reproduce the bug. -->

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: 参考
url: https://itexp.blog.csdn.net/
about: Reference.

View File

@ -0,0 +1,17 @@
---
name: 需求、功能、建议
about: demands, functions, suggestions.
title: '[Feature] New function'
labels: 'To do'
assignees:
---
<!-- ⚠️⚠️ 不要删除这些注释 ⚠️⚠️ -->
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- 请先搜索有无同类需求,避免提交重复需求 -->
<!-- Please search existing issues to avoid creating duplicates. -->
### 描述 Description
<!-- 请在上方详细地描述你的需求、功能、建议。 -->
<!-- Please describe your demands, functions, suggestions above. -->