Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue template improvements #2069

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

<!--
Does the latest version of Prism from the [download page](https://prismjs.com/download.html) also have this issue?

If you're using Prism with Node or Webpack, please also see the [usage section](https://prismjs.com/index.html#basic-usage).
-->

**Description**
A clear and concise description of what the bug is and how to reproduce it.
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/highlighting-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
<!--
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.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-language-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

---
Expand Down