From cf169ddfec9ab67531cc0d1fd8bf3e4ac190e947 Mon Sep 17 00:00:00 2001 From: Iban Eguia Moraza Date: Wed, 8 Jul 2020 14:09:35 +0200 Subject: [PATCH] Improved the description of the issue templates --- .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 66c115d73de..6b629d9563c 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 7252733cbc9..655a05e9d7e 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: ''