From a8f43032b98f2c88367e7caf20b6c28b1717b1cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Gy=C3=B6ngy=C3=B6si?= Date: Sun, 11 Aug 2024 23:55:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fixed=20GitHub=20validation=20er?= =?UTF-8?q?rors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/{BUG-REPORT.yml => bug_report.yaml} | 5 ----- .../{feature_request.yml => feature_request.yaml} | 3 --- 2 files changed, 8 deletions(-) rename .github/ISSUE_TEMPLATE/{BUG-REPORT.yml => bug_report.yaml} (94%) rename .github/ISSUE_TEMPLATE/{feature_request.yml => feature_request.yaml} (93%) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/bug_report.yaml similarity index 94% rename from .github/ISSUE_TEMPLATE/BUG-REPORT.yml rename to .github/ISSUE_TEMPLATE/bug_report.yaml index 9d24d04..9036079 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,6 +1,5 @@ name: 🐛 Bug report description: Create a bug report to help us improve this software -title: "" labels: ["bug"] projects: ["gy-mate/moodle-to-vikwikiquiz"] assignees: @@ -11,7 +10,6 @@ body: attributes: label: Description description: A clear and concise description of what the bug is. - placeholder: "" validations: required: true - type: textarea @@ -25,13 +23,11 @@ body: attributes: label: Expected behavior description: A clear and concise description of what you expected to happen. - placeholder: "" - type: textarea id: actual attributes: label: Actual behavior description: A clear and concise description of what actually happens. If applicable, add screenshots to help explain your problem. - placeholder: "" - type: dropdown id: os attributes: @@ -60,4 +56,3 @@ body: attributes: label: Version description: Which version of the OS or browser are you using? (If applicable.) - placeholder: "" diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yaml similarity index 93% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/feature_request.yaml index 1708a7d..7e63e71 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,6 +1,5 @@ name: ✨ Feature request description: Suggest an idea for this software -title: "" labels: ["enhancement"] projects: ["gy-mate/moodle-to-vikwikiquiz"] assignees: @@ -19,7 +18,6 @@ body: attributes: label: Preferred solution description: A clear and concise description of what you would like to happen in these cases. - placeholder: "" validations: required: true - type: textarea @@ -27,4 +25,3 @@ body: attributes: label: Considered alternatives description: A clear and concise description of any alternative solutions or features you've considered. - placeholder: ""