Skip to content

Commit

Permalink
Automated Change
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored and octavia-squidington-iii committed Feb 24, 2023
1 parent 3c07588 commit f62c360
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/ISSUE_TEMPLATE/low-code-component.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
name: Low Code Component
description: Use this when requesting low-code CDK components
title: "Low-code CDK: "
labels: ["team/extensibility", "area/connector-builder", "area/low-code/components", "area/low-code"]
labels:
[
"team/extensibility",
"area/connector-builder",
"area/low-code/components",
"area/low-code",
]
body:
- type: textarea
id: description
attributes:
label: Component Description
description: Please describe the component you would like to see added to the Low-code CDK and why it's valuable
validations:
validations:
required: true
- type: textarea
id: proposed-schema
attributes:
label: Proposed YAML schema
description: If you can wave a magic wand, what would the YAML schema of the component you are suggesting look like?
description: If you can wave a magic wand, what would the YAML schema of the component you are suggesting look like?
value: |
```yaml
...
```
validations:
validations:
required: true
- type: input
id: url
Expand Down

0 comments on commit f62c360

Please sign in to comment.