mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-15 19:22:54 +08:00
33 lines
888 B
YAML
33 lines
888 B
YAML
name: Feature report
|
|
description: Suggest an idea for this project
|
|
title: "[Feature] "
|
|
body:
|
|
- type: checkboxes
|
|
id: ensure
|
|
attributes:
|
|
label: Verify steps
|
|
description: "
|
|
在提交之前,请确认
|
|
Please verify that you've followed these steps
|
|
"
|
|
options:
|
|
- label: "
|
|
我已经在 [Issue Tracker](……/) 中找过我要提出的问题
|
|
I have searched on the [issue tracker](……/) for a related issue.
|
|
"
|
|
required: true
|
|
- label: "
|
|
我已经使用公测版本测试过,问题依旧存在
|
|
I have tested using the test mod, and the issue still exists.
|
|
"
|
|
required: true
|
|
- label: "
|
|
我已经仔细看过 [常见问题](https://juewuy.github.io/chang-jian-wen-ti/) 并无法自行解决问题
|
|
"
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
validations:
|
|
required: true
|