Skip to content

Commit e073334

Browse files
committed
chore: Improve ISSUE_TEMPLATE.md
1 parent 1c9b0d4 commit e073334

File tree

1 file changed

+30
-7
lines changed

1 file changed

+30
-7
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,46 @@
1+
<!--
12
Before you write your question, please take some extra time to write a good title that is short yet descriptive.
23
4+
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
5+
6+
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
7+
-->
8+
9+
## I'm submitting a...
10+
11+
<!-- Check one of the following options with "x" -->
12+
<pre><code>
13+
[ ] Regression (a behavior that used to work and stopped working in a new release)
14+
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
15+
[ ] Feature request
16+
[ ] Documentation issue or request
17+
</code></pre>
18+
319
## What versions you are using?
420

21+
<pre><code>
522
- node version:
6-
- npm version:
723
- angular version:
24+
- angular-cli version:
825
- jquery version:
926
- datatables version:
1027
- angular-datatables version:
11-
- angular-cli version:
28+
</code></pre>
29+
30+
## Current behavior
31+
32+
<!-- Describe how the issue manifests. -->
1233

13-
## What's the problem?
34+
## Expected behavior
1435

15-
Describe your issue and be specific, especially in reproduction steps.
16-
Try to consistently reproduce your issue — in a clean environment.
36+
<!-- Describe what the desired behavior would be. -->
1737

18-
## Can you share your code?
38+
## Minimal reproduction of the problem with instructions
1939

40+
<!--
41+
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).
2043
Write your example code using [Markdown](https://help.github.com/articles/github-flavored-markdown) syntax. Really, it's not difficult...
21-
If you can, a [plnkr](http://plnkr.co/), [jsfiddle](https://jsfiddle.net/), [codepen](http://codepen.io/) or something alike is even better!
2244
2345
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!!!
46+
-->

0 commit comments

Comments
 (0)