feat: switch to issue forms (#297)

and remove autocloser as form fields can be/are required
This commit is contained in:
GeopJr
2022-06-29 19:36:03 +03:00
committed by GitHub
parent 37721ce73f
commit 8df7c27d5f
5 changed files with 102 additions and 96 deletions

View File

@ -0,0 +1,37 @@
name: Feature request
description: Suggest an idea for this project
title: "[Request]: "
labels: enhancement
assignees:
- Yimura
body:
- type: textarea
attributes:
label: Problem
description: "Is your feature request related to a problem? Please describe."
placeholder: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
validations:
required: false
- type: textarea
attributes:
label: Solution
description: "Describe the solution you'd like"
placeholder: "A clear and concise description of what you want to happen."
validations:
required: true
- type: textarea
attributes:
label: Reason
description: Provide Reasoning
placeholder: "Tell us why you'd want for us to add this to YimMenu."
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: |
Add any other context about the request here.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false