diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index e1c0d206c9d..1ac28eddb50 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -20,10 +20,15 @@ body: What is the bug about? Please provide the code that is causing the issue, and configurations used if required placeholder: | + ```python # Please disable message unrelated to the bug # pylint: disable=missing-docstring, = b + 1 - render: python + ``` + value: | + ```python + + ``` validations: required: true - type: textarea