File tree Expand file tree Collapse file tree 1 file changed +65
-0
lines changed
.github/actions/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +65
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Bug Report
2+ description : Report a bug in Angular Material or the CDK
3+ title : " bug(COMPONENT): TITLE"
4+ labels : ["needs triage"]
5+ body :
6+ - type : checkboxes
7+ id : is-regression
8+ attributes :
9+ label : Is this a regression?
10+ description : Did this behavior use to work in the previous version?
11+ options :
12+ - label : Yes, this behavior used to work in the previous version
13+ - type : input
14+ id : version-bug-was-not-present
15+ attributes :
16+ label : The previous version in which this bug was not present was
17+ validations :
18+ required : false
19+ - type : textarea
20+ id : description
21+ attributes :
22+ label : Description
23+ description : A clear and concise description of the problem.
24+ validations :
25+ required : true
26+ - type : textarea
27+ id : reproduction
28+ attributes :
29+ label : Reproduction
30+ description : |
31+ **Use StackBlitz to reproduce your issue:**
32+ - [Components](https://stackblitz.com/fork/components-issue)
33+ - [Harnesses](https://stackblitz.com/fork/harness-issue)
34+ value : |
35+ Steps to reproduce:
36+ 1.
37+ 2.
38+ validations :
39+ required : true
40+ - type : textarea
41+ id : expected-behavior
42+ attributes :
43+ label : Expected Behavior
44+ description : What behavior were you expecting to see?
45+ validations :
46+ required : true
47+ - type : textarea
48+ id : actual-behavior
49+ attributes :
50+ label : Actual Behavior
51+ description : What behavior did you actually see?
52+ validations :
53+ required : true
54+ - type : textarea
55+ id : environment
56+ attributes :
57+ label : Environment
58+ description : You can use `ng version` command.
59+ value : |
60+ - Angular:
61+ - CDK/Material:
62+ - Browser(s):
63+ - Operating System (e.g. Windows, macOS, Ubuntu):
64+ validations :
65+ required : true
You can’t perform that action at this time.
0 commit comments