|
| 1 | +<!-- |
1 | 2 | Before you write your question, please take some extra time to write a good title that is short yet descriptive.
|
2 | 3 |
|
| 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 | + |
3 | 19 | ## What versions you are using?
|
4 | 20 |
|
| 21 | +<pre><code> |
5 | 22 | - node version:
|
6 |
| -- npm version: |
7 | 23 | - angular version:
|
| 24 | +- angular-cli version: |
8 | 25 | - jquery version:
|
9 | 26 | - datatables version:
|
10 | 27 | - angular-datatables version:
|
11 |
| -- angular-cli version: |
| 28 | +</code></pre> |
| 29 | + |
| 30 | +## Current behavior |
| 31 | + |
| 32 | +<!-- Describe how the issue manifests. --> |
12 | 33 |
|
13 |
| -## What's the problem? |
| 34 | +## Expected behavior |
14 | 35 |
|
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. --> |
17 | 37 |
|
18 |
| -## Can you share your code? |
| 38 | +## Minimal reproduction of the problem with instructions |
19 | 39 |
|
| 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). |
20 | 43 | 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! |
22 | 44 |
|
23 | 45 | 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