Magpie/.github/ISSUE_TEMPLATE/03_request.yaml
2021-12-27 14:56:17 +08:00

18 lines
867 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. If you are recommending a new effect, please provide its name and existing shader implementations (if any). A comparison with existing effects is very helpful.
确保此类请求之前尚未被其他人提出过。如果你想推荐一个新的效果,请明确说明它的名称,适用场景以及已有的着色器实现(如果有的话),另外强烈建议你附上和现有效果的对比图。
- type: textarea
attributes:
label: Expected behavior 预期的功能
validations:
required: true
- type: textarea
attributes:
label: Alternative behavior (optional) 近似的功能(可选)