From 9e2e1e136e853b854959d302186196814b15f051 Mon Sep 17 00:00:00 2001 From: Yamila Moreno Date: Fri, 26 Feb 2021 09:21:32 +0100 Subject: [PATCH] (chore) update issues templates --- .../ISSUE_TEMPLATE/{:beetle:-bug-report.md => bug-report.md} | 2 +- .../{-rocket--feature-request.md => feature-request.md} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{:beetle:-bug-report.md => bug-report.md} (94%) rename .github/ISSUE_TEMPLATE/{-rocket--feature-request.md => feature-request.md} (94%) diff --git a/.github/ISSUE_TEMPLATE/:beetle:-bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 94% rename from .github/ISSUE_TEMPLATE/:beetle:-bug-report.md rename to .github/ISSUE_TEMPLATE/bug-report.md index 6ef879e..77c109d 100644 --- a/.github/ISSUE_TEMPLATE/:beetle:-bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,5 +1,5 @@ --- -name: ":beetle: Bug report" +name: "\U0001F41E Bug report" about: Create a report to help us improve title: '' labels: bug diff --git a/.github/ISSUE_TEMPLATE/-rocket--feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 94% rename from .github/ISSUE_TEMPLATE/-rocket--feature-request.md rename to .github/ISSUE_TEMPLATE/feature-request.md index 783d3b0..4fa40b1 100644 --- a/.github/ISSUE_TEMPLATE/-rocket--feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,5 +1,5 @@ --- -name: ":rocket: Feature request" +name: "\U0001F680 Feature request" about: Suggest an idea for this project title: '' labels: feature request