Files
issues-helper/.github/ISSUE_TEMPLATE/bug_report.md
2020-12-22 14:55:30 +08:00

25 lines
674 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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 -->