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

Commit ea01540

Browse files
authored
doc: update bug_report.md
1 parent 4c2a72a commit ea01540

File tree

1 file changed

+31
-16
lines changed

1 file changed

+31
-16
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,57 @@
11
---
2-
name: Bug report
2+
name: "\U0001F41E Bug report"
33
about: Create a report to help us improve
44
title: ''
55
labels: bug
66
assignees: ''
7-
87
---
98

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+
-->
1112

12-
**Describe the bug**
13+
# :beetle: bug report
1314

1415
A clear and concise description of what the bug is.
1516

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.
1729
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+
-->
2332

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>
2539

2640
A clear and concise description of what you expected to happen.
2741

28-
**Screenshots**
42+
## :camera: Screenshots
43+
44+
<!-- If applicable, add screenshots to help explain your problem. -->
2945

30-
If applicable, add screenshots to help explain your problem.
46+
## :globe_with_meridians: Your Environment
3147

32-
**Environment**
3348
- node version:
3449
- angular version:
3550
- angular-cli version:
3651
- jquery version:
3752
- datatables version:
3853
- angular-datatables version:
3954

40-
**Additional context**
55+
## :memo: Additional context
4156

42-
Add any other context about the problem here.
57+
<!-- Add any other context about the problem here. -->

0 commit comments

Comments
 (0)