From: Joel Rosdahl Date: Tue, 19 Jan 2021 18:53:22 +0000 (+0100) Subject: Add emojis to issue types X-Git-Tag: v4.2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc02ff47c3d985ae584c6188866373cedc71de47;p=thirdparty%2Fccache.git Add emojis to issue types --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d5d01674f..5d6c81061 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: 🐞 Bug report about: Create a report to help us improve title: '' labels: bug diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 38887e1f2..b89d2965f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: ✨ Feature request about: Suggest a new feature for this project title: '' labels: feature diff --git a/.github/ISSUE_TEMPLATE/improvement.md b/.github/ISSUE_TEMPLATE/improvement.md index de242087e..542ec0e38 100644 --- a/.github/ISSUE_TEMPLATE/improvement.md +++ b/.github/ISSUE_TEMPLATE/improvement.md @@ -1,5 +1,5 @@ --- -name: Improvement +name: 📈 Improvement about: Suggest an improvement that is neither a bug fix nor a new feature title: '' labels: improvement