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

Commit 8e34bff

Browse files
shanmukhatejal-lin
authored andcommitted
Update bug report template
- Set min Angular version to 10 - Enforces StackBlitz/GitHub links instead of providing source code
1 parent a81fe30 commit 8e34bff

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name: "\U0001F41E Bug report"
33
about: Create a report to help us improve
44
title: ''
5-
labels: bug
5+
labels: bug, needs-repro
66
assignees: ''
77
---
88

99
<!--
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.
1111
-->
1212

1313
# :beetle: bug report
@@ -16,40 +16,41 @@ A clear and concise description of what the bug is.
1616

1717
## :microscope: Minimal Reproduction
1818

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+
2023
Please create and share minimal reproduction of the issue starting with this template: https://stackblitz.com/fork/angular-datatables-gitter
21-
-->
2224
23-
<!--
2425
If StackBlitz is not suitable for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue.
2526
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.
2627
Share the link to the repo below along with step-by-step instructions to reproduce the problem, as well as expected and actual behavior.
2728
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.
2930
3031
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+
3133
-->
3234

33-
## :8ball: Expected behavior
35+
**StackBlitz/GitHub Link:**
3436

35-
<pre><code>
36-
<!-- If the issue is accompanied by an exception or an error, please share it below: -->
37+
**Step-by-step Instructions:**
3738

38-
</code></pre>
39+
## :8ball: Expected behavior
3940

4041
A clear and concise description of what you expected to happen.
4142

4243
## :camera: Screenshots
4344

44-
<!-- If applicable, add screenshots to help explain your problem. -->
45+
<!-- Add screenshots to help explain your problem. -->
4546

4647
## :globe_with_meridians: Your Environment
4748

48-
- node version:
49-
- angular version:
50-
- angular-cli version:
51-
- jquery version:
52-
- datatables version:
49+
- NodeJS version:
50+
- Angular version:
51+
- Angular CLI version:
52+
- jQuery version:
53+
- DataTables version:
5354
- angular-datatables version:
5455

5556
## :memo: Additional context

0 commit comments

Comments
 (0)