diff --git a/.github/ISSUE_TEMPLATE/1_bug_template.yml b/.github/ISSUE_TEMPLATE/1_bug_template.yml index 04a760e4..7a2b73fd 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_template.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_template.yml @@ -66,6 +66,7 @@ body: options: - label: Pull docker images from hub.docker.com - label: Build docker images from source + - label: Other validations: required: true @@ -74,10 +75,10 @@ body: attributes: label: Deploy method options: - - label: Docker compose - label: Docker + - label: Docker Compose - label: Kubernetes - - label: Helm + - label: Other validations: required: true @@ -88,6 +89,7 @@ body: options: - Single Node - Multiple Nodes + - Other default: 0 validations: required: true @@ -127,3 +129,12 @@ body: render: shell validations: required: false + + + - type: textarea + id: attachments + attributes: + label: Attachments + description: Attach any relevant files or screenshots. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/2_feature_template.yml b/.github/ISSUE_TEMPLATE/2_feature_template.yml index 2c9e4ea8..8f60e88c 100644 --- a/.github/ISSUE_TEMPLATE/2_feature_template.yml +++ b/.github/ISSUE_TEMPLATE/2_feature_template.yml @@ -66,6 +66,7 @@ body: options: - Single Node - Multiple Nodes + - Other default: 0 validations: required: true