Merge pull request #1623 from ranaroussi/bug-report-yaml

Fix yaml issue rendering
pull/1621/merge
ValueRaider 2023-07-19 18:21:52 +01:00 committed by GitHub
commit edac283a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ body:
id: code
attributes:
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:
required: true