diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e28f7ab..0bba6aa 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 bug or issue with the TestResults library title: "[Bug]: " labels: ["bug"] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 79f3759..7f4a8a2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Ask a Question + - name: 💬 Ask a Question url: https://github.com/demaconsulting/TestResults/discussions about: Ask questions and discuss with the community - - name: Security Issue + - name: 🔒 Security Issue url: https://github.com/demaconsulting/TestResults/security/advisories/new about: Report a security vulnerability privately diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5a250bb..168f2e4 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 a new feature or enhancement for the TestResults library title: "[Feature]: " labels: ["enhancement"]