mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-12-03 02:25:36 +08:00
19 lines
592 B
YAML
19 lines
592 B
YAML
name: Feature Request 功能请求
|
|
description: Create the request for a new feature 提出一个增加新功能的请求
|
|
labels: enhancement
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
Make sure it hasn't been mentioned before and not implemented in latest version.
|
|
|
|
确保此类请求之前尚未被其他人提出过且并未在最新版本中实现。
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected behavior 预期的功能
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Alternative behavior (optional) 近似的功能(可选)
|