From aa43725dff381056603a08db6ad98132108c7307 Mon Sep 17 00:00:00 2001 From: Alvaro Saburido Date: Tue, 24 Aug 2021 16:22:13 +0200 Subject: [PATCH] fix: removing possible cause --- .github/ISSUE_TEMPLATE/{bug_report.yaml => bug_report.yml} | 6 +----- .../{feature_request.yaml => feature_request.yml} | 0 2 files changed, 1 insertion(+), 5 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.yaml => bug_report.yml} (92%) rename .github/ISSUE_TEMPLATE/{feature_request.yaml => feature_request.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 92% rename from .github/ISSUE_TEMPLATE/bug_report.yaml rename to .github/ISSUE_TEMPLATE/bug_report.yml index 88b8ab2..2d98aaf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -30,11 +30,7 @@ body: id: reproduction attributes: label: Describe the bug - description: Steps to reproduce the behavior:, - placeholder: "1. Go to '...' - 2. Click on '....' - 3. Scroll down to '....' - 4. See error" + description: Steps to reproduce the behavior, validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.yaml rename to .github/ISSUE_TEMPLATE/feature_request.yml