From d50bfa4b06c0d9935935660722681c3e521a01d4 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Tue, 28 Jan 2025 09:18:02 +0200 Subject: [PATCH] fix: remove shell rendering from issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 -- .github/ISSUE_TEMPLATE/miscellaneous.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ed6845335..27dd0c5bf 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -24,7 +24,6 @@ body: attributes: label: System Info description: Please share your system info with us. - render: shell placeholder: model used, deployment type (action/app/cli/...), etc... validations: required: true @@ -34,7 +33,6 @@ body: attributes: label: Bug details description: Please describe the problem. - render: shell placeholder: Describe the problem validations: required: true diff --git a/.github/ISSUE_TEMPLATE/miscellaneous.yml b/.github/ISSUE_TEMPLATE/miscellaneous.yml index 9132c3e3a..d499cb2b1 100644 --- a/.github/ISSUE_TEMPLATE/miscellaneous.yml +++ b/.github/ISSUE_TEMPLATE/miscellaneous.yml @@ -22,7 +22,6 @@ body: attributes: label: System Info description: Please share your system info with us. - render: shell placeholder: model used, deployment type (action/app/cli/...), etc... validations: required: false @@ -32,7 +31,6 @@ body: attributes: label: Issues details description: Please share the issues details. - render: shell placeholder: Describe the issue validations: required: true