From 07fec204bf66589625ad7816a248cf2ae9b5c3b6 Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Mon, 11 Sep 2023 21:02:20 +0200 Subject: [PATCH] chore: Tweak issue templates (#7455) * chore: Tweak issue templates * chore: fixup emoji --------- Co-authored-by: Beka Westberg --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- .github/ISSUE_TEMPLATE/documentation.yaml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index ec2f89b57..d346d87af 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,5 +1,5 @@ -name: Bug Report -description: Create a report to help us improve +name: Report a bug 🐛 +description: Report bugs in Blockly, so we can fix them. labels: 'issue: bug, issue: triage' body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 17ed2a34d..aa4bd749d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ contact_links: - - name: Blockly Forum + - name: Ask a question ❓ url: https://groups.google.com/forum/#!forum/blockly - about: The Blockly developer forum, where you can ask and answer questions. - - name: Plugins and examples + about: Go to the Blockly developer forum, where you can ask and answer questions. + - name: Report issues with plugins and examples 🧩 url: https://github.com/google/blockly-samples/issues/new/choose about: File bugs or feature requests about plugins and samples in our blockly-samples repository. diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/documentation.yaml index 4ddae3b7b..e3a5b1188 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yaml +++ b/.github/ISSUE_TEMPLATE/documentation.yaml @@ -1,5 +1,5 @@ -name: Documentation -description: Report an issue with our documentation +name: Report a documentation problem 📖 +description: Could our documentation be better? Tell us how. labels: 'issue: docs, issue: triage' body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 7c3199829..04c3fdef6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,5 +1,5 @@ -name: Feature request -description: Suggest an idea for this project +name: Make a feature request ✨ +description: Suggest an idea to make Blockly better. labels: 'issue: feature request, issue: triage' body: - type: markdown