Skip to content

Commit 5f52ff8

Browse files
authored
improve issue template (#3262)
1 parent 1daef93 commit 5f52ff8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Diff for: ISSUE_TEMPLATE.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Feature requests, bug reports etc. are very welcome as issues. But questions are directed to stackoverflow with the tag `jspdf`.
22

3-
If you are facing issues with utf-8 characters, please refer to [#2677](https://github.com/MrRio/jsPDF/issues/2677).
3+
If you are facing issues with garbled Unicode characters, please refer to [#2677](https://github.com/MrRio/jsPDF/issues/2677).
44

5-
Note that bug reports should follow these guidelines:
5+
Note that new issues should follow these guidelines. Otherwise, the issue will be closed without a comment and tagged with the "Needs Information" label.
66

7-
1. A bug should be reported as an [mcve](https://stackoverflow.com/help/mcve)
8-
2. Make sure code is properly indented and [formatted](https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code) (Use ``` around code blocks)
9-
3. Provide a runnable example.
10-
4. Try to make sure and show in your issue that the issue is actually related to jspdf and not your framework of choice your setup.
7+
1. A bug should be reported as an [mcve](https://stackoverflow.com/help/mcve).
8+
2. Make sure code is properly indented and [formatted](https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code) (Use ``` around code blocks).
9+
3. Provide a runnable example. Optimally, a link to an example that runs directly in the browser (JSFiddle, CodePen, etc.). Please don't share framework-specific code such as React components, unless strictly necessary to reproduce the issue. Try to isolate the code as much as possible and use only plain JS/HTML/CSS.
10+
4. Try to make sure and show in your issue that the issue is actually related to jspdf and not your framework of choice or your setup.
11+
5. Read and follow the [contribution guidelines](https://github.com/MrRio/jsPDF/blob/master/CONTRIBUTING.md#reporting-bugs).
12+
6. To make sure you have read this, delete this template and start the issue description with "I have read and understood the contribution guidelines.".

0 commit comments

Comments
 (0)