Browse Source

Improved the description of the issue templates (#554)

pull/556/head
Iban Eguia 4 years ago committed by GitHub
parent
commit
84db01ee09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/ISSUE_TEMPLATE/custom.md
  2. 2
      .github/ISSUE_TEMPLATE/feature_request.md

2
.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: ''

2
.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: ''

Loading…
Cancel
Save