From 48e610de9a8cb9f58747759481d37d14127651ad Mon Sep 17 00:00:00 2001 From: Juarez Rudsatz Date: Thu, 14 Mar 2024 14:17:42 -0300 Subject: [PATCH] ci: set python as render language in issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a8f28ef0..53fe1ac4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,7 +60,7 @@ body: description: | Please provide a minimal, reproducible code sample, a copy-pastable example if possible. This will be automatically formatted into code, so no need for backticks. - render: shell + render: python validations: required: false - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ec401e7e..d75bc6e8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -62,7 +62,7 @@ body: description: | Whenever relevant, please provide a code sample, of what would be the syntax, the way you meant to use. This will be automatically formatted into code, so no need for backticks. - render: shell + render: python validations: required: false - type: markdown