File tree Expand file tree Collapse file tree 5 files changed +69
-56
lines changed Expand file tree Collapse file tree 5 files changed +69
-56
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : bug
6
+ assignees : ' '
7
+ ---
8
+
9
+ <!--
10
+ PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
11
+
12
+ ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
13
+ -->
14
+
15
+ ## Describe the bug
16
+
17
+ <!-- A clear and concise description of what the bug is. -->
18
+
19
+ ## To Reproduce
20
+
21
+ <!-- Steps to reproduce the behavior: -->
22
+
23
+ 1 . Go to Actions tab at repo...
24
+ 2 . Run CI workflow...
25
+ 3 . Check error at step...
26
+
27
+ ## Expected behavior
28
+
29
+ <!-- A clear and concise description of what you expected to happen. -->
30
+
31
+ ## Screenshots
32
+
33
+ <!-- If applicable, add screenshots to help explain your problem. -->
34
+
35
+ ## Environment
36
+
37
+ - angular-versions-action version: X.Y.Z (or vX)
38
+ - Input variable angular-version: M.N.x
39
+ - Input variable file-path: X.Y.Z
40
+ <!-- Check whether this is still an issue in the most recent Angular version -->
41
+
42
+ ## Additional context
43
+
44
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ # Force Template selection
2
+ blank_issues_enabled : false
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : enhancement
6
+ assignees : ' '
7
+ ---
8
+
9
+ ## What is the motivation/use case for changing the behavior?
10
+
11
+ <!-- A clear and concise description of why you need this behavior change. -->
12
+
13
+ ## Describe the solution you'd like
14
+
15
+ <!-- A clear and concise description of what you want to happen. -->
16
+
17
+ ## Describe alternatives you've considered
18
+
19
+ <!-- A clear and concise description of any alternative solutions or features you've considered. -->
20
+
21
+ ## Additional context
22
+
23
+ <!-- Add any other context or screenshots about the feature request here. -->
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments