You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+17-16Lines changed: 17 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
name: "\U0001F41E Bug report"
3
3
about: Create a report to help us improve
4
4
title: ''
5
-
labels: bug
5
+
labels: bug, needs-repro
6
6
assignees: ''
7
7
---
8
8
9
9
<!--
10
-
Note: We offer assistance for Angular >=8 projects only. Do not open an issue if this is regarding AngularJS issue.
10
+
Note: We offer assistance for Angular >=10 projects only. Do not open an issue if this is concering older Angular versions.
11
11
-->
12
12
13
13
# :beetle: bug report
@@ -16,40 +16,41 @@ A clear and concise description of what the bug is.
16
16
17
17
## :microscope: Minimal Reproduction
18
18
19
-
<!--
19
+
<!--
20
+
Do not add source code here. The chances of fixing the issue would be higher if you provide a small, reproducible repo to investigate.
21
+
This is because, your source code will not include all the necessary bits that reproduce the issue. For example, you may have included source code for the Angular component that's causing the problem however you might have left out it's background Angular service which fetches/processes relevant data for the table OR your source code doesn't contain the JSON response object DataTables receives from your server which would mean we're missing context here.
22
+
20
23
Please create and share minimal reproduction of the issue starting with this template: https://stackblitz.com/fork/angular-datatables-gitter
21
-
-->
22
24
23
-
<!--
24
25
If StackBlitz is not suitable for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue.
25
26
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
27
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
28
-
Issues that don't have enough info and can't be reproduced will be closed.
29
+
Issues that don't have enough info and can't be reproduced WILL be closed.
29
30
30
31
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
32
+
31
33
-->
32
34
33
-
## :8ball: Expected behavior
35
+
**StackBlitz/GitHub Link:**
34
36
35
-
<pre><code>
36
-
<!-- If the issue is accompanied by an exception or an error, please share it below: -->
37
+
**Step-by-step Instructions:**
37
38
38
-
</code></pre>
39
+
## :8ball: Expected behavior
39
40
40
41
A clear and concise description of what you expected to happen.
41
42
42
43
## :camera: Screenshots
43
44
44
-
<!--If applicable, add screenshots to help explain your problem. -->
45
+
<!--Add screenshots to help explain your problem. -->
0 commit comments