Skip to content

Commit 56fa528

Browse files
authored
docs: Add input types (#1221)
1 parent 5814473 commit 56fa528

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE/1-issue.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ body:
2121
attributes:
2222
label: Docker compose
2323
description: The compose file (or otherwise the `docker run` command used).
24+
render: yaml
2425
validations:
2526
required: true
2627
- type: textarea
2728
id: log
2829
attributes:
2930
label: Docker log
3031
description: The logfile of the container (as shown by `docker logs windows`).
32+
render: shell
3133
validations:
3234
required: true
3335
- type: textarea

.github/ISSUE_TEMPLATE/3-bug.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ body:
2323
attributes:
2424
label: Docker compose
2525
description: The compose file (or otherwise the `docker run` command used).
26+
render: yaml
2627
validations:
2728
required: true
2829
- type: textarea
2930
id: log
3031
attributes:
3132
label: Docker log
3233
description: The logfile of the container (as shown by `docker logs windows`).
34+
render: shell
3335
validations:
3436
required: true
3537
- type: textarea

0 commit comments

Comments
 (0)