We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32a7ed commit 6d43294Copy full SHA for 6d43294
1 file changed
.github/DISCUSSION_TEMPLATE/q-a.yml
@@ -1,5 +1,3 @@
1
-name: "Q&A"
2
-description: Ask a question, suggest an idea, or ask for help.
3
title: "[Q&A]: "
4
body:
5
- type: markdown
@@ -19,7 +17,11 @@ body:
19
17
id: environment
20
18
attributes:
21
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.
+ description: |
+ Copy version and env info by running this command in your terminal and pasting it below:
+ ```bash
23
+ flyline version --copy
24
+ ```
25
placeholder: Paste the output of 'flyline version --copy' here...
26
render: text
27
validations:
0 commit comments