Fix missing quote syntax error in bug report issue template

```
There is a problem with this template

YAML syntax error: (): did not find expected key while parsing a block mapping at line 20 column 7. Learn more about this error.
```
This commit is contained in:
Eric Eastwood 2024-05-25 00:03:36 -05:00 committed by Mathieu Comandon
parent 672caf45ab
commit 6dffaa6394

View file

@ -18,7 +18,7 @@ body:
id: description
attributes:
label: "Bug description"
description: "A clear and detailed description of what the bug is.
description: "A clear and detailed description of what the bug is."
placeholder: "Tell us about your problem with Lutris in a clear and detailed way"
validations:
required: true