From 21ef7c88166f59fde7a0f7a87cc4eae9de411db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Tue, 20 Apr 2021 12:15:47 +0200 Subject: [PATCH] Workaround GitHub issue templates bug (#13179) * Update bug_report.yml * Update feature_request.yml * Update bug_report.yml * Update bug_report.yml * Update bug_report.yml * Update bug_report.yml * Update bug_report.yml * Update bug_report.yml * Update feature_request.yml * Update bug_report.yml * Update feature_request.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index de02916e40..64fd3733a7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,8 +8,9 @@ body: value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible. - type: checkboxes + id: input1 attributes: - label: "" + label: "💻" options: - label: Would you like to work on a fix? diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c941766844..39203a35a2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,5 @@ name: "🚀 Feature Request" description: "I have a specific suggestion for Babel!" -title: "" labels: ["i: needs triage", "i: enhancement"] body: - type: markdown @@ -8,8 +7,9 @@ body: value: Thanks for taking the time to suggest a new feature! Please fill out this form as completely as possible. - type: checkboxes + id: input1 attributes: - label: "" + label: "💻" description: | Check this if you would like to implement a PR, we are more than happy to help you go through the process options: