diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9485371e..727680c0 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: Oh no, it's a bug. Let's squash it! title: '' labels: type/bug, untriaged diff --git a/.github/ISSUE_TEMPLATE/doc-improvement.md b/.github/ISSUE_TEMPLATE/doc-improvement.md index 8e0d3d57..7efb9859 100644 --- a/.github/ISSUE_TEMPLATE/doc-improvement.md +++ b/.github/ISSUE_TEMPLATE/doc-improvement.md @@ -1,5 +1,5 @@ --- -name: Documentation improvement +name: 📖 Documentation improvement about: You have a suggestion for the documentation? title: '' labels: type/docs, untriaged diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6f6cdd2d..ff055643 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: Have a suggestion? title: '' labels: untriaged