Commit 2f9c9261bc1454899266929711d5842a3675e467

Michael Schmidt 2019-03-31T09:50:19

Clearer description for the highlighting bug report template (#1850) This makes the description of the plugins info in the highlighting bug report template a little clearer.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.github/ISSUE_TEMPLATE/highlighting-bug-report.md b/.github/ISSUE_TEMPLATE/highlighting-bug-report.md
index dae4b0d..86a4897 100644
--- a/.github/ISSUE_TEMPLATE/highlighting-bug-report.md
+++ b/.github/ISSUE_TEMPLATE/highlighting-bug-report.md
@@ -10,7 +10,7 @@ assignees: ''
 
 **Information**
 - Language: [e.g. C++, JavaScript, YAML, etc.]
-- Plugins: [what plugin you are using]
+- 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).