diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 016d15222..9805fa45c 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Unexpected program behaviour that needs code correction title: '' -labels: Bug, Evaluation +labels: 🐛 Bug, 👀 Evaluation assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 760fa234f..696ebbc44 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: General idea for improving the project title: '' -labels: Enhancement, Evaluation +labels: ✨ Enhancement, 👀 Evaluation assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/Wiki_correction.md b/.github/ISSUE_TEMPLATE/Wiki_correction.md index 30fc8cbb6..d87045056 100644 --- a/.github/ISSUE_TEMPLATE/Wiki_correction.md +++ b/.github/ISSUE_TEMPLATE/Wiki_correction.md @@ -2,7 +2,7 @@ name: Wiki correction about: All issues related to our wiki documentation, mainly corrections and ideas title: '' -labels: Wiki, Evaluation +labels: 📕 Wiki, 👀 Evaluation assignees: '' ---