Skip to content

Commit

Permalink
docs: revert the move of CONTRIBUTING.md to docs/CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Because the root path has a special meeting for GitHub, Jeremy, unicorns and red arrows.
  • Loading branch information
IgorMinar committed Mar 24, 2017
1 parent b2b1195 commit c2892da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,6 +25,6 @@ Want to file a bug, contribute some code, or improve documentation? Excellent! R
guidelines for [contributing][contributing] and then check out one of our issues in the [hotlist: community-help](https://github.com/angular/angular/labels/hotlist%3A%20community-help).

[browserstack]: https://www.browserstack.com/
[contributing]: http://github.com/angular/angular/blob/master/docs/CONTRIBUTING.md
[contributing]: http://github.com/angular/angular/blob/master/CONTRIBUTING.md
[quickstart]: https://angular.io/docs/ts/latest/quickstart.html
[ng]: http://angular.io
12 changes: 6 additions & 6 deletions docs/SAVED_REPLIES.md
Expand Up @@ -26,9 +26,9 @@ Thanks for reporting this issue. However this issue is a duplicate of an existin
```


## Angular: Insufficient Information Provided (v2)
## Angular: Insufficient Information Provided (v1)
```
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.
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.
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 (v2)
## Angular: Non-reproducible (v1)
```
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/docs/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/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 (v2)
## Angular: Support Request (v1)
```
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/docs/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/CONTRIBUTING.md#-got-a-question-or-problem).
```

1 comment on commit c2892da

@thomaspink
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This broke the DEVELOPER.md links in CONTRIBUTING.md. I have updated them in PR #15455

Please sign in to comment.