We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a8f59 commit b32a7edCopy full SHA for b32a7ed
1 file changed
.github/DISCUSSION_TEMPLATE/q&a.yml .github/DISCUSSION_TEMPLATE/q-a.yml.github/DISCUSSION_TEMPLATE/q&a.yml renamed to .github/DISCUSSION_TEMPLATE/q-a.yml
@@ -1,4 +1,4 @@
1
-name: Q&A
+name: "Q&A"
2
description: Ask a question, suggest an idea, or ask for help.
3
title: "[Q&A]: "
4
body:
@@ -19,11 +19,7 @@ body:
19
id: environment
20
attributes:
21
label: Environment & Version Information (If Relevant)
22
- description: |
23
- Copy version and env info by running this command in your terminal and pasting it below:
24
- ```bash
25
- flyline version --copy
26
- ```
+ description: Copy version and env info by running `flyline version --copy` in your terminal and pasting it below.
27
placeholder: Paste the output of 'flyline version --copy' here...
28
render: text
29
validations:
0 commit comments