diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 59e8e907a8..9773988656 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,9 @@ --- name: "\U0001F41B Bug report" about: Create a report to help us improve -title: '' +title: "" labels: bug -assignees: '' - +assignees: "" --- **Build environment (please complete the following information):** - - OS: [e.g. Fedora Linux] - - Version: [e.g. 32] - - Target triple: [e.g. x86_64-unknown-linux-gnu] - - Rustc version: [e.g. rustc 1.43.0 (4fb7144ed 2020-04-20), running `rustc -V`] + +- OS: [e.g. Fedora Linux] +- Version: [e.g. 32] +- Target triple: [e.g. x86_64-unknown-linux-gnu] +- Rustc version: [e.g. rustc 1.43.0 (4fb7144ed 2020-04-20), running `rustc -V`] **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 6b629d9563..56ac0923c3 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -1,13 +1,13 @@ --- name: Custom about: Open an issue in the repo that is neither a bug or a feature, such a new idea -title: '' -labels: '' -assignees: '' - +title: "" +labels: "" +assignees: "" --- + E.g.: I think we should improve the way the JavaScript interpreter works by... diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 655a05e9d7..a78986bab9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,10 +1,9 @@ --- name: "\U0001F680 Feature request" about: Suggest a new ECMAScript feature to be implemented, or a new capability of the engine. -title: '' +title: "" labels: enhancement -assignees: '' - +assignees: "" ---