Skip to content

Commit

Permalink
chore: 修改 Bug Report 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Nov 14, 2024
1 parent 2c06ffe commit 0e7de71
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 51 deletions.
51 changes: 0 additions & 51 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

133 changes: 133 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
name: Bug Report
description: 反馈 Bug
title: "[bug]: "
labels: ["bug"]
# assignees:
body:
- type: markdown
attributes:
value: |
**Describe the bug/描述 bug**
对 bug 是什么的清晰简洁的描述。
- type: input
id: bug-description
attributes:
label: Bug Description
description: 请提供对 bug 的清晰简洁的描述。
placeholder: 例如,当我点击按钮时,应用程序崩溃了。
validations:
required: true

- type: markdown
attributes:
value: |
**To Reproduce/再现**
再现行为的步骤:
- type: textarea
id: reproduction-steps
attributes:
label: Reproduction Steps
description: 请提供再现 bug 的步骤。
placeholder: 1. 打开应用程序。2. 点击按钮。3. 观察到应用程序崩溃。
validations:
required: true

- type: markdown
attributes:
value: |
**Expected behavior/预期行为**
对你期望发生的事情的清晰简洁的描述。
- type: input
id: expected-behavior
attributes:
label: Expected Behavior
description: 请描述你期望发生的行为。
placeholder: 例如,点击按钮后,应用程序应该正常运行。
validations:
required: true

- type: markdown
attributes:
value: |
**Screenshots/屏幕截图**
如果适用,请添加屏幕截图以帮助解释您的问题。
- type: input
id: screenshots
attributes:
label: Screenshots
description: 请提供屏幕截图的链接或描述。
placeholder: 例如,https://example.com/screenshot.png
validations:
required: false

- type: markdown
attributes:
value: |
**Desktop (please complete the following information):/系统信息(请填写以下信息):**
- type: input
id: os
attributes:
label: Operating System
description: 请提供操作系统信息。
placeholder: 例如,Windows 10, macOS 11.2, Ubuntu 20.04, Docker
validations:
required: true

- type: input
id: browser
attributes:
label: Browser
description: 请提供浏览器信息。
placeholder: 例如,Chrome 91, Firefox 89
validations:
required: true

- type: input
id: nodejs-version
attributes:
label: NodeJS Version
description: 请提供 NodeJS 版本信息。
placeholder: 例如,20.0.0
validations:
required: true

- type: input
id: rss-impact-version
attributes:
label: RSS Impact Version
description: 请提供 RSS Impact 版本信息。
placeholder: 例如,1.0.0
validations:
required: true

- type: markdown
attributes:
value: |
**Additional context/附加上下文**
在此处添加有关该问题的任何其他上下文。
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: 请提供任何其他相关的上下文信息。
placeholder: 例如,我使用的是最新版本的应用程序。
validations:
required: false

- type: markdown
attributes:
value: |
**Paid Consultation/付费咨询**
如果您愿意支付费用以获得更快的回复,请[前往爱发电进行赞助](https://afdian.com/a/CaoMeiYouRen)。如果您不愿意付费,请耐心等待开发者回复。开发者可能因为各种各样的原因无法及时回复,还请谅解。

0 comments on commit 0e7de71

Please sign in to comment.