forked from apache/camel-karavan
-
Notifications
You must be signed in to change notification settings - Fork 0
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
5a257f8
commit 9af261d
Showing
1 changed file
with
54 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
title: "Question" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This is text that will show up in the template! | ||
- type: textarea | ||
id: improvements | ||
attributes: | ||
label: Top 3 improvements | ||
description: "What are the top 3 improvements we could make to this project?" | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
render: bash | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Markdown header | ||
And some more markdown | ||
- type: input | ||
id: has-id | ||
attributes: | ||
label: Suggestions | ||
description: A description about suggestions to help you | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: download | ||
attributes: | ||
label: Which area of this project could be most improved? | ||
options: | ||
- Documentation | ||
- Pull request review time | ||
- Bug fix time | ||
- Release cadence | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Check that box! | ||
options: | ||
- label: This one! | ||
required: true | ||
- label: I won't stop you if you check this one, too | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### The thrilling conclusion | ||
_to our template_ |