Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 2d64a3b

Browse files
committed
doc: improve ISSUE_TEMPLATE.md
1 parent 8353b2f commit 2d64a3b

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,10 @@ ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
1010

1111
<!-- Check one of the following options with "x" -->
1212
<pre><code>
13-
[ ] Regression (a behavior that used to work and stopped working in a new release)
1413
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
1514
[ ] Feature request
1615
[ ] Documentation issue or request
17-
</code></pre>
18-
19-
## What versions you are using?
20-
21-
<pre><code>
22-
- node version:
23-
- angular version:
24-
- angular-cli version:
25-
- jquery version:
26-
- datatables version:
27-
- angular-datatables version:
16+
[ ] Question
2817
</code></pre>
2918

3019
## Current behavior
@@ -38,9 +27,22 @@ ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
3827
## Minimal reproduction of the problem with instructions
3928

4029
<!--
30+
Please provide your HTML/TS codes!
31+
4132
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
42-
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/FUm69kMAmmSXnlvWxL4f).
33+
https://stackblitz.com or similar (you can use this template as a starting point: https://stackblitz.com/fork/angular-datatables-gitter).
4334
Write your example code using [Markdown](https://help.github.com/articles/github-flavored-markdown) syntax. Really, it's not difficult...
4435
4536
Forgive me for being blunt, but if you can't follow this simple issue template (especially the code), don't expect me to help you efficiently!!!
4637
-->
38+
39+
## Environment
40+
41+
<pre><code>
42+
- node version:
43+
- angular version:
44+
- angular-cli version:
45+
- jquery version:
46+
- datatables version:
47+
- angular-datatables version:
48+
</code></pre>

0 commit comments

Comments
 (0)