|
1 |
| -> Please provide us with the following information: |
2 |
| -> --------------------------------------------------------------- |
| 1 | +<!-- |
| 2 | +IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING |
| 3 | +--> |
| 4 | +### Bug Report or Feature Request (mark with an `x`) |
| 5 | +- [ ] bug report -> please search issues before submitting |
| 6 | +- [ ] feature request |
3 | 7 |
|
4 |
| -### OS? |
5 |
| -> Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?) |
| 8 | +### Versions (if bug report). |
| 9 | +<!-- |
| 10 | +Output from: `ng --version`. |
| 11 | +If nothing, output from: `node --version` and include OS details. |
| 12 | + Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?) |
| 13 | +--> |
6 | 14 |
|
7 | 15 |
|
8 |
| -### Versions. |
9 |
| -> Please run `ng --version`. If there's nothing outputted, please run in a Terminal: `node --version` and paste the result here: |
| 16 | +### Repro steps (if bug report). |
| 17 | +<!-- Steps to reproduce this bug. --> |
10 | 18 |
|
11 | 19 |
|
12 |
| -### Repro steps. |
13 |
| -> Was this an app that wasn't created using the CLI? What change did you do on your code? etc. |
| 20 | +### The log given by the failure (if bug report). |
| 21 | +<!-- Normally this include a stack trace and some more information. --> |
14 | 22 |
|
15 | 23 |
|
16 |
| -### The log given by the failure. |
17 |
| -> Normally this include a stack trace and some more information. |
| 24 | +### Desired functionality (if feature). |
| 25 | +<!-- What would like to see implemented? --> |
18 | 26 |
|
19 | 27 |
|
20 | 28 | ### Mention any other details that might be useful.
|
| 29 | +<!-- Please include a link to the repo if this is related to an OSS project. --> |
21 | 30 |
|
22 |
| -> --------------------------------------------------------------- |
23 |
| -> Thanks! We'll be in touch soon. |
|
0 commit comments