From 5cbaafb7af8253d6d86d512b65c5ab042af8668d Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 27 Sep 2024 08:22:43 -0600 Subject: [PATCH] Update config-support.yml --- .github/DISCUSSION_TEMPLATE/config-support.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/config-support.yml b/.github/DISCUSSION_TEMPLATE/config-support.yml index 3dfa5c79e..4934d7936 100644 --- a/.github/DISCUSSION_TEMPLATE/config-support.yml +++ b/.github/DISCUSSION_TEMPLATE/config-support.yml @@ -82,9 +82,11 @@ body: validations: required: true - type: textarea - id: container-config + id: docker attributes: - label: Container Config (Docker run command, compose file, lxc config, etc) + label: docker-compose file or Docker CLI command + description: This will be automatically formatted into code, so no need for backticks. + render: yaml validations: required: true - type: dropdown