mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-05 21:00:50 +08:00
add issue templates
This commit is contained in:
parent
af0a5d0568
commit
a88bdbc02d
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: 参考
|
||||
url: https://itexp.blog.csdn.net/
|
||||
about: Reference.
|
||||
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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. -->
|
||||
Loading…
Reference in New Issue
Block a user