Skip to content

Commit aa23a8f

Browse files
authored
Add Angular.js version field to bug report form (#72)
1 parent e4b5d05 commit aa23a8f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/Bug Report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ body:
5757
validations:
5858
required: true
5959

60+
- type: input
61+
id: environment-angularjs-version
62+
attributes:
63+
label: Angular.js version
64+
validations:
65+
required: true
66+
6067
- type: dropdown
6168
id: environment-browser
6269
attributes:

0 commit comments

Comments
 (0)