Skip to content

Commit 14d5fc5

Browse files
docs: add issue template for Angular DevTools (#47383)
Previously there was no existing issue template for users who want to open a feature request or bug report issue for Angular DevTools. This commit addresses this by creating a new issue template for Angular DevTools. PR Close #47383
1 parent 247181f commit 14d5fc5

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: 'Angular DevTools'
2+
description: Report an issue or suggest a feature for Angular DevTools
3+
4+
body:
5+
- type: checkboxes
6+
id: bug-report-or-feature-request
7+
attributes:
8+
label: Is this a bug report or a feature request?
9+
description: Select one.
10+
options:
11+
- label: Bug Report
12+
- label: Feature Request
13+
14+
- type: textarea
15+
id: reproduction-steps
16+
attributes:
17+
label: Please provide the steps to reproduce the issue [Bug Report only]
18+
19+
- type: textarea
20+
id: expected-vs-actual-behavior
21+
attributes:
22+
label: Please provide the expected behavior vs the actual behavior you encountered [Bug Report only]
23+
24+
- type: textarea
25+
id: screenshot
26+
attributes:
27+
label: Please provide a screenshot if possible [Bug Report only]
28+
29+
- type: textarea
30+
id: exception-or-error
31+
attributes:
32+
label: Please provide the exception or error you saw [Bug Report only]
33+
render: true
34+
35+
- type: textarea
36+
id: browser-info
37+
attributes:
38+
label: Is this a browser-specific issue? If so, please specify the device, browser, and version. [Bug Report only]
39+
render: true
40+
41+
- type: textarea
42+
id: description
43+
attributes:
44+
label: Description [Feature Request only]
45+
46+
- type: textarea
47+
id: proposed-solution
48+
attributes:
49+
label: Proposed solution [Feature Request only]
50+
51+
- type: textarea
52+
id: alternatives-considered
53+
attributes:
54+
label: Alternatives considered [Feature Request only]

0 commit comments

Comments
 (0)