Fix yaml issue template rendering

pull/1623/head
ValueRaider 2023-07-19 18:15:50 +01:00
parent 97b13dfa8c
commit 39527d24d4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ body:
id: code id: code
attributes: attributes:
label: "Simple code that reproduces your problem" label: "Simple code that reproduces your problem"
description: "Provide a snippet of code that we can copy-paste-run. Wrap code in Python Markdown code blocks for proper formatting (```python ... ```)." description: "Provide a snippet of code that we can copy-paste-run. Wrap code in Python Markdown code blocks for proper formatting (```` ```python ... ``` ````)."
validations: validations:
required: true required: true