-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9af261d
commit f042e1d
Showing
1 changed file
with
31 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,44 @@ | ||
title: "Question" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This is text that will show up in the template! | ||
- type: textarea | ||
id: improvements | ||
id: question | ||
attributes: | ||
label: Top 3 improvements | ||
description: "What are the top 3 improvements we could make to this project?" | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
render: bash | ||
label: Ask a question | ||
description: Please provide a detailed explanation of your objectives and any challenges you are encountering in reaching these goals | ||
value: "How can I create a new REST service to get data from Postgres database" | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Markdown header | ||
And some more markdown | ||
- type: input | ||
id: has-id | ||
- type: dropdown | ||
id: variant | ||
attributes: | ||
label: Suggestions | ||
description: A description about suggestions to help you | ||
validations: | ||
required: true | ||
label: Variant | ||
description: What Karavan variant are you running? | ||
options: | ||
- Web Application | ||
- Vs Code Extension | ||
- type: dropdown | ||
id: download | ||
id: container | ||
attributes: | ||
label: Which area of this project could be most improved? | ||
label: Container Management (if applicable) | ||
description: What Container Management System are you running? | ||
options: | ||
- Documentation | ||
- Pull request review time | ||
- Bug fix time | ||
- Release cadence | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
- Docker | ||
- Kubernetes | ||
- Openshift | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: Check that box! | ||
label: Operating System (if applicable) | ||
description: What Operating System are you running? | ||
options: | ||
- label: This one! | ||
required: true | ||
- label: I won't stop you if you check this one, too | ||
- type: markdown | ||
- Linux | ||
- MacOS | ||
- Windows | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
value: | | ||
### The thrilling conclusion | ||
_to our template_ | ||
label: Version | ||
description: What Karavan version are you running? | ||
options: | ||
- 4.4.0 | ||
- 4.5.0 |