-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Added issue templates #1805
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
Merged
Merged
Added issue templates #1805
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| --- | ||
| name: Bug report | ||
| about: Create a report to help us improve. | ||
| title: '' | ||
| labels: '' | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| **Information:** | ||
| - Prism version: [e.g. 1.14, latest from the download page, etc.] | ||
| - 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? | ||
| Does Prism's [documentation](https://prismjs.com/extending.html) say anything about the 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. | ||
| If applicable, add screenshots to help explain your problem. | ||
|
|
||
| **Example** | ||
| An example which reproduces the bug. This can be a link to a website, a [JSFiddle](https://jsfiddle.net/), an attached example project, etc. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| --- | ||
| name: Feature request | ||
| about: Suggest a new feature for Prism. | ||
| title: '' | ||
| labels: enhancement | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| **Motivation** | ||
| Please explain the problem you're having/why you propose this feature. Ex. I'm always frustrated when [...] | ||
|
|
||
| **Description** | ||
| A clear and concise description of what you want to happen. | ||
|
|
||
| **Alternatives** | ||
| A clear and concise description of any alternative solutions or features you've considered, if applicable. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| --- | ||
| name: Highlighting bug report | ||
| about: Does Prism highlight parts of your code incorrectly or is a language feature | ||
| not supported? | ||
| title: '' | ||
| labels: language-definitions | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| **Information** | ||
| - Language: [e.g. C++, JavaScript, YAML, etc.] | ||
| - Plugins: [what plugin you are using] | ||
|
|
||
| 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. | ||
|
|
||
| **Code snippet** | ||
|
|
||
| <details> | ||
| <summary>The code being highlighted incorrectly.</summary> | ||
|
|
||
| ``` | ||
| Your code goes here | ||
| ``` | ||
|
|
||
| </details> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| name: New language request | ||
| about: Suggest a new language Prism should support. | ||
| title: '' | ||
| labels: language-definitions, new langauge | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| **Language** | ||
| A short description of the language. | ||
|
|
||
| **Additional resources** | ||
| E.g. The official website, documentation or language specification. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.