diff --git a/.github/ISSUE_TEMPLATE/ask_for_help.yml b/.github/ISSUE_TEMPLATE/ask_for_help.yml index 0b058a2..54e72f7 100644 --- a/.github/ISSUE_TEMPLATE/ask_for_help.yml +++ b/.github/ISSUE_TEMPLATE/ask_for_help.yml @@ -1,4 +1,4 @@ -name: Ask for Help +name: ❓ Ask for Help description: Ask a question or request guidance about this project. title: "[Question]: " labels: [question] diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ae7046d..bb41a83 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: 🐛 Bug Report description: Report a reproducible bug to help us improve. title: "[Bug]: " labels: [bug] diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index e4c64a7..735acc2 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -1,4 +1,4 @@ -name: Documentation Improvement +name: 📝 Documentation Improvement description: Suggest improvements or report issues in documentation. title: "[Docs]: " labels: [documentation] diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 87cd7ca..90423a9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -name: Feature Request +name: 🚀 Feature Request description: Suggest an idea to improve this project. title: "[Feature]: " labels: [enhancement] diff --git a/.github/ISSUE_TEMPLATE/security_issue.yml b/.github/ISSUE_TEMPLATE/security_issue.yml index ee44028..31e140c 100644 --- a/.github/ISSUE_TEMPLATE/security_issue.yml +++ b/.github/ISSUE_TEMPLATE/security_issue.yml @@ -1,4 +1,4 @@ -name: Security Issue +name: 🛡️ Security Issue description: Report a potential security vulnerability. title: "[Security]: " labels: [security] diff --git a/.github/ISSUE_TEMPLATE/translation_request.yml b/.github/ISSUE_TEMPLATE/translation_request.yml index 5e2b226..a156fca 100644 --- a/.github/ISSUE_TEMPLATE/translation_request.yml +++ b/.github/ISSUE_TEMPLATE/translation_request.yml @@ -1,4 +1,4 @@ -name: Translation Request +name: 🌎 Translation Request description: Request a translation or report translation issues. title: "[Translation]: " labels: [translation]