From 71a977b22f1e8aa6021bdde632d8604a064abeff Mon Sep 17 00:00:00 2001 From: RunDevelopment Date: Thu, 26 Sep 2019 14:19:21 +0200 Subject: [PATCH] Issue template improvements --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ .github/ISSUE_TEMPLATE/highlighting-bug-report.md | 5 ++++- .github/ISSUE_TEMPLATE/new-language-request.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2c6234d7ec..556c3df877 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,11 +9,14 @@ assignees: '' **Information:** - Prism version: [e.g. 1.14, latest from the download page, etc.] +- Plugins: [a list of plugins you are using or 'none'] - Environment: [e.g. Browser, Node, Webpack] + **Description** A clear and concise description of what the bug is and how to reproduce it. diff --git a/.github/ISSUE_TEMPLATE/highlighting-bug-report.md b/.github/ISSUE_TEMPLATE/highlighting-bug-report.md index 86a4897701..7ca00dc6b3 100644 --- a/.github/ISSUE_TEMPLATE/highlighting-bug-report.md +++ b/.github/ISSUE_TEMPLATE/highlighting-bug-report.md @@ -12,7 +12,10 @@ assignees: '' - Language: [e.g. C++, JavaScript, YAML, etc.] - Plugins: [a list of plugins you are using or 'none'] -Does the problem still occur in the latest version of Prism? You can check using the [test page](https://prismjs.com/test.html) or get the latest version at the [download page](https://prismjs.com/download.html). + **Description** A clear and concise description of what is being highlighted incorrectly and how it should be highlighted instead. Add screenshots to illustrate the problem. diff --git a/.github/ISSUE_TEMPLATE/new-language-request.md b/.github/ISSUE_TEMPLATE/new-language-request.md index 5f1760b8fc..8b9b8ff70d 100644 --- a/.github/ISSUE_TEMPLATE/new-language-request.md +++ b/.github/ISSUE_TEMPLATE/new-language-request.md @@ -2,7 +2,7 @@ name: New language request about: Suggest a new language Prism should support. title: '' -labels: language-definitions, new langauge +labels: language-definitions, new language assignees: '' ---