|
| 1 | +# Saved Responses for Angular CLI's Issue Tracker |
| 2 | + |
| 3 | +The following are canned responses that the Angular CLI team should use to close issues on our issue tracker that fall into the listed resolution categories. |
| 4 | + |
| 5 | +Since GitHub currently doesn't allow us to have a repository-wide or organization-wide list of [saved replies](https://help.github.com/articles/working-with-saved-replies/), these replies need to be maintained by individual team members. Since the responses can be modified in the future, all responses are versioned to simplify the process of keeping the responses up to date. |
| 6 | + |
| 7 | + |
| 8 | +## Angular CLI: Already Fixed (v1) |
| 9 | +``` |
| 10 | +Thanks for reporting this issue. Luckily, it has already been fixed in one of the recent releases. Please update to the most recent version to resolve the problem. |
| 11 | +
|
| 12 | +If the problem persists in your application after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior. You can use `ng new repro-app` to create a new project where you reproduce the problem. |
| 13 | +``` |
| 14 | + |
| 15 | +## Angular CLI: Don't Understand (v1) |
| 16 | +``` |
| 17 | +I'm sorry, but we don't understand the problem you are reporting. |
| 18 | +
|
| 19 | +If the problem persists, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior. You can use `ng new repro-app` to create a new project where you reproduce the problem. |
| 20 | +``` |
| 21 | + |
| 22 | + |
| 23 | +## Angular CLI: Duplicate (v1) |
| 24 | +``` |
| 25 | +Thanks for reporting this issue. However, this issue is a duplicate of an existing issue #<ISSUE_NUMBER>. Please subscribe to that issue for future updates. |
| 26 | +``` |
| 27 | + |
| 28 | + |
| 29 | +## Angular CLI: Insufficient Information Provided (v1) |
| 30 | +``` |
| 31 | +Thanks for reporting this issue. However, you didn't provide sufficient information for us to understand and reproduce the problem. Please check out [our submission guidelines](https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#-submitting-an-issue) to understand why we can't act on issues that are lacking important information. |
| 32 | +
|
| 33 | +If the problem persists, please file a new issue and ensure you provide all of the required information when filling out the issue template. |
| 34 | +``` |
| 35 | + |
| 36 | +## Angular CLI: Issue Outside of Angular CLI (v1) |
| 37 | +``` |
| 38 | +I'm sorry, but this issue is not caused by Angular CLI. Please contact the author(s) of project <PROJECT NAME> or file issue on their issue tracker. |
| 39 | +``` |
| 40 | + |
| 41 | + |
| 42 | +## Angular CLI: Non-reproducible (v1) |
| 43 | +``` |
| 44 | +I'm sorry, but we can't reproduce the problem following the instructions you provided. |
| 45 | +
|
| 46 | +If the problem persists, please open a new issue following [our submission guidelines](https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#-submitting-an-issue). |
| 47 | +``` |
| 48 | + |
| 49 | +## Angular CLI: Obsolete (v1) |
| 50 | +``` |
| 51 | +Thanks for reporting this issue. This issue is now obsolete due to changes in the recent releases. Please update to the most recent Angular CLI version. |
| 52 | +
|
| 53 | +If the problem persists after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior. |
| 54 | +``` |
| 55 | + |
| 56 | + |
| 57 | +## Angular CLI: Support Request (v1) |
| 58 | +``` |
| 59 | +Hello, we reviewed this issue and determined that it doesn't fall into the bug report or feature request category. This issue tracker is not suitable for support requests, please repost your issue on [StackOverflow](http://stackoverflow.com/) using tag `angular-cli`. |
| 60 | +
|
| 61 | +If you are wondering why we don't resolve support issues via the issue tracker, please [check out this explanation](https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#-got-a-question-or-problem). |
| 62 | +``` |
0 commit comments