From 84db01ee09dc48632019be1bd49967caa267f1e5 Mon Sep 17 00:00:00 2001 From: Iban Eguia Date: Wed, 8 Jul 2020 21:23:54 +0200 Subject: [PATCH] Improved the description of the issue templates (#554) --- .github/ISSUE_TEMPLATE/custom.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 66c115d73d..6b629d9563 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -1,6 +1,6 @@ --- name: Custom -about: Open an issue in the repo that is neither a bug or a feature +about: Open an issue in the repo that is neither a bug or a feature, such a new idea title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7252733cbc..655a05e9d7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: "\U0001F680 Feature request" -about: Suggest an idea for this project +about: Suggest a new ECMAScript feature to be implemented, or a new capability of the engine. title: '' labels: enhancement assignees: ''