|
1 | 1 | ---
|
2 |
| -name: Bug report |
| 2 | +name: "\U0001F41E Bug report" |
3 | 3 | about: Create a report to help us improve
|
4 | 4 | title: ''
|
5 | 5 | labels: bug
|
6 | 6 | assignees: ''
|
7 |
| - |
8 | 7 | ---
|
9 | 8 |
|
10 |
| -> **Note:** We offer assistance for Angular >=8 projects only. Do not open an issue if this is regarding AngularJS issue. |
| 9 | +<!-- |
| 10 | +Note: We offer assistance for Angular >=8 projects only. Do not open an issue if this is regarding AngularJS issue. |
| 11 | +--> |
11 | 12 |
|
12 |
| -**Describe the bug** |
| 13 | +# :beetle: bug report |
13 | 14 |
|
14 | 15 | A clear and concise description of what the bug is.
|
15 | 16 |
|
16 |
| -**To Reproduce** |
| 17 | +## :microscope: Minimal Reproduction |
| 18 | + |
| 19 | +<!-- |
| 20 | +Please create and share minimal reproduction of the issue starting with this template: https://stackblitz.com/fork/angular-datatables-gitter |
| 21 | +--> |
| 22 | + |
| 23 | +<!-- |
| 24 | +If StackBlitz is not suitable for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue. |
| 25 | +A good way to make a minimal reproduction is to create a new app via `ng new repro-app` and add the minimum possible code to show the problem. |
| 26 | +Share the link to the repo below along with step-by-step instructions to reproduce the problem, as well as expected and actual behavior. |
| 27 | +
|
| 28 | +Issues that don't have enough info and can't be reproduced will be closed. |
17 | 29 |
|
18 |
| -Steps to reproduce the behavior: |
19 |
| -1. Go to '...' |
20 |
| -2. Click on '....' |
21 |
| -3. Scroll down to '....' |
22 |
| -4. See error |
| 30 | +You can read more about issue submission guidelines here: https://github.com/l-lin/angular-datatables/blob/master/.github/CONTRIBUTING.md#got-a-question-or-problem |
| 31 | +--> |
23 | 32 |
|
24 |
| -**Expected behavior** |
| 33 | +## :8ball: Expected behavior |
| 34 | + |
| 35 | +<pre><code> |
| 36 | +<!-- If the issue is accompanied by an exception or an error, please share it below: --> |
| 37 | + |
| 38 | +</code></pre> |
25 | 39 |
|
26 | 40 | A clear and concise description of what you expected to happen.
|
27 | 41 |
|
28 |
| -**Screenshots** |
| 42 | +## :camera: Screenshots |
| 43 | + |
| 44 | +<!-- If applicable, add screenshots to help explain your problem. --> |
29 | 45 |
|
30 |
| -If applicable, add screenshots to help explain your problem. |
| 46 | +## :globe_with_meridians: Your Environment |
31 | 47 |
|
32 |
| -**Environment** |
33 | 48 | - node version:
|
34 | 49 | - angular version:
|
35 | 50 | - angular-cli version:
|
36 | 51 | - jquery version:
|
37 | 52 | - datatables version:
|
38 | 53 | - angular-datatables version:
|
39 | 54 |
|
40 |
| -**Additional context** |
| 55 | +## :memo: Additional context |
41 | 56 |
|
42 |
| -Add any other context about the problem here. |
| 57 | +<!-- Add any other context about the problem here. --> |
0 commit comments