docs: update

This commit is contained in:
xrkffgg
2020-12-22 14:55:30 +08:00
parent 41f979f2ef
commit d70e5ec168
10 changed files with 657 additions and 78 deletions

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

@@ -0,0 +1,24 @@
---
name: 🐛 报告 bug
about: Report Bug.
title: '[BUG] Report bug'
labels: 'bug'
assignees:
---
### 🐛 Bug 描述 Bug description
<!-- 请在上方详细地描述 bug让大家都能理解。 -->
<!-- Please describe the bug in detail above so that everyone can understand. -->
### 🏞 期望结果 Desired result
<!-- 请在上方描述你原本期望看到的结果。 -->
<!-- Please describe above what you expected to see. -->
### 🚑 其他信息 Other information
<!-- 请在上方输入,如截图等其他信息。-->
<!-- Please enter other information such as screenshots above. -->
<!-- From: https://github.com/one-template/issue-template -->