Skip to content

Commit 6d43294

Browse files
committed
Fixes to forms
1 parent b32a7ed commit 6d43294

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/DISCUSSION_TEMPLATE/q-a.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
name: "Q&A"
2-
description: Ask a question, suggest an idea, or ask for help.
31
title: "[Q&A]: "
42
body:
53
- type: markdown
@@ -19,7 +17,11 @@ body:
1917
id: environment
2018
attributes:
2119
label: Environment & Version Information (If Relevant)
22-
description: Copy version and env info by running `flyline version --copy` in your terminal and pasting it below.
20+
description: |
21+
Copy version and env info by running this command in your terminal and pasting it below:
22+
```bash
23+
flyline version --copy
24+
```
2325
placeholder: Paste the output of 'flyline version --copy' here...
2426
render: text
2527
validations:

0 commit comments

Comments
 (0)