From 2ab06ab5567b3cc24fcb7cfe00d6fa9e4f7c3721 Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:05:34 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/{bug_report.md => 🐞-bug-report.md} | 6 +++--- .../{feature_request.md => 💡-feature-request.md} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => 🐞-bug-report.md} (89%) rename .github/ISSUE_TEMPLATE/{feature_request.md => 💡-feature-request.md} (82%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/🐞-bug-report.md similarity index 89% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/🐞-bug-report.md index 45d6fb3..c8797de 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/🐞-bug-report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: "\U0001F41E Bug report" about: Create a report to help us improve title: '' labels: Bug @@ -24,9 +24,9 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Operating system** -Windows, macOS or Linux +Windows or Linux -**Version of Vleer** +**Version of Qopy** 0.1.0 **Additional context** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/💡-feature-request.md similarity index 82% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/💡-feature-request.md index 33c41e0..ab75678 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/💡-feature-request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: "\U0001F4A1 Feature request" about: Suggest an idea for this project title: '' labels: Feature