refactor: make issue templates required (#2226)

This commit is contained in:
Rick Staa
2022-10-24 14:18:37 +02:00
committed by GitHub
parent 98f9045f98
commit 8e3147014c
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@ body:
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: Expected behaviour
@@ -9,6 +9,8 @@ body:
description:
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like