style(issue_template): form style

This commit is contained in:
YaoSiQian
2025-06-25 16:03:36 +08:00
committed by GitHub
parent 3989da93c3
commit d39edd8521
4 changed files with 114 additions and 50 deletions

View File

@ -0,0 +1,43 @@
name: Feature request
about: Suggest an idea for OpenCut
title: '[FEATURE] '
labels: enhancement
assignees: ''
body:
- type: markdown
attributes:
value: Please make sure that no duplicated issues has already been delivered.
- type: textarea
id: problem
attributes:
label: Problem
placeholder: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
id: solution
attributes:
label: Solution
placeholder: Describe the solution you'd like.
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternative
attributes:
label: Alternative
placeholder: Describe alternatives you've considered.
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false