Skip to content

Commit f042e1d

Browse files
committed
report template
1 parent 9af261d commit f042e1d

File tree

1 file changed

+31
-41
lines changed

1 file changed

+31
-41
lines changed
Lines changed: 31 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,44 @@
11
title: "Question"
22
body:
3-
- type: markdown
4-
attributes:
5-
value: |
6-
This is text that will show up in the template!
73
- type: textarea
8-
id: improvements
4+
id: question
95
attributes:
10-
label: Top 3 improvements
11-
description: "What are the top 3 improvements we could make to this project?"
12-
value: |
13-
1.
14-
2.
15-
3.
16-
...
17-
render: bash
6+
label: Ask a question
7+
description: Please provide a detailed explanation of your objectives and any challenges you are encountering in reaching these goals
8+
value: "How can I create a new REST service to get data from Postgres database"
189
validations:
1910
required: true
20-
- type: markdown
21-
attributes:
22-
value: |
23-
## Markdown header
24-
And some more markdown
25-
- type: input
26-
id: has-id
11+
- type: dropdown
12+
id: variant
2713
attributes:
28-
label: Suggestions
29-
description: A description about suggestions to help you
30-
validations:
31-
required: true
14+
label: Variant
15+
description: What Karavan variant are you running?
16+
options:
17+
- Web Application
18+
- Vs Code Extension
3219
- type: dropdown
33-
id: download
20+
id: container
3421
attributes:
35-
label: Which area of this project could be most improved?
22+
label: Container Management (if applicable)
23+
description: What Container Management System are you running?
3624
options:
37-
- Documentation
38-
- Pull request review time
39-
- Bug fix time
40-
- Release cadence
41-
validations:
42-
required: true
43-
- type: checkboxes
25+
- Docker
26+
- Kubernetes
27+
- Openshift
28+
- type: dropdown
29+
id: os
4430
attributes:
45-
label: Check that box!
31+
label: Operating System (if applicable)
32+
description: What Operating System are you running?
4633
options:
47-
- label: This one!
48-
required: true
49-
- label: I won't stop you if you check this one, too
50-
- type: markdown
34+
- Linux
35+
- MacOS
36+
- Windows
37+
- type: dropdown
38+
id: version
5139
attributes:
52-
value: |
53-
### The thrilling conclusion
54-
_to our template_
40+
label: Version
41+
description: What Karavan version are you running?
42+
options:
43+
- 4.4.0
44+
- 4.5.0

0 commit comments

Comments
 (0)