Skip to content

Commit

Permalink
docs: move markdown docs from root dir to docs/ and remove obsolete f…
Browse files Browse the repository at this point in the history
…iles (angular#15410)
  • Loading branch information
IgorMinar authored Mar 23, 2017
1 parent de87c47 commit da700d1
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 184 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions SAVED_REPLIES.md → docs/SAVED_REPLIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Thanks for reporting this issue. However this issue is a duplicate of an existin
```


## Angular: Insufficient Information Provided (v1)
## Angular: Insufficient Information Provided (v2)
```
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/blob/master/CONTRIBUTING.md#-submitting-an-issue) to understand why we can't act on issues that are lacking important information.
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/blob/master/docs/CONTRIBUTING.md#-submitting-an-issue) to understand why we can't act on issues that are lacking important information.
If the problem still persists, please file a new issue and ensure you provide all of the required information when filling out the issue template.
```
Expand All @@ -39,11 +39,11 @@ I'm sorry but this issue is not caused by Angular. Please contact the author(s)
```


## Angular: Non-reproducible (v1)
## Angular: Non-reproducible (v2)
```
I'm sorry but we can't reproduce the problem following the instructions you provided.
If the problem still exists please open a new issue following [our submission guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-submitting-an-issue).
If the problem still exists please open a new issue following [our submission guidelines](https://github.com/angular/angular/blob/master/docs/CONTRIBUTING.md#-submitting-an-issue).
```

## Angular: Obsolete (v1)
Expand All @@ -54,9 +54,9 @@ If the problem still persists, please file a new issue and ensure you provide th
```


## Angular: Support Request (v1)
## Angular: Support Request (v2)
```
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`.
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/blob/master/CONTRIBUTING.md#-got-a-question-or-problem).
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/blob/master/docs/CONTRIBUTING.md#-got-a-question-or-problem).
```
File renamed without changes.
File renamed without changes.
147 changes: 0 additions & 147 deletions packages/router/CHANGELOG.md

This file was deleted.

30 changes: 0 additions & 30 deletions publish-packages.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/ci/publish-build-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function publishPackages {
echo "Finished publishing build artifacts"
}

# See DEVELOPER.md for help
# See docs/DEVELOPER.md for help
CUR_BRANCH=${TRAVIS_BRANCH:-$(git symbolic-ref --short HEAD)}
if [ $# -gt 0 ]; then
ORG=$1
Expand Down

0 comments on commit da700d1

Please sign in to comment.