Skip to content

Commit

Permalink
Update README.md (dotnet#225)
Browse files Browse the repository at this point in the history
* Update README.md

Add the note on issues.

* Create ISSUE_TEMPLATE

Adding the issue template.

* Update README.md

Fixing dotnet#158

* Responding to PR feedback
  • Loading branch information
Zlatko Knezevic authored Jul 19, 2016
1 parent 717e558 commit 9516bda
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Thanks for your interest in .NET Core.

Please note that this repo (dotnet/core) is not for filing product issues. Here are some repos where you can file an issue:
* dotnet/cli - for CLI tools and questions
* dotnet/corefx - for API issues and questions
* dotnet/coreclr - for runtime issues
* nuget/home - for NuGet questions and issues
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# .NET Core Home

The core repository is the starting point to engage in and learn about the
.NET Core stack.
.NET Core stack.

> **Note:** please note that this repository is not for filing product issues.
> If you run into an issue using .NET Core, there are multiple repos where you can
> file an issue:
> * [dotnet/cli](https://github.com/dotnet/cli) - for CLI tools and questions
> * [dotnet/corefx](https://github.com/dotnet/corefx) - for API issues and questions
> * [dotnet/coreclr](https://github.com/dotnet/coreclr) - for runtime issues
> * [nuget/home](https://github.com/nuget/home) - for NuGet questions and issues
> * [aspnet/home](https://github.com/aspnet/home) - for ASP.NET Core questions and issues.
>
> We will be removing the ability to file issues on this repo in the near future.
## Get Started

If you're new to .NET Core and have 10 minutes to try it, start here:
- [What is .NET Core?](http://dotnet.github.io/about/)
- [What is .NET Core?](https://www.microsoft.com/net/core/platform)
- [Get Started with .NET Core on Windows, OSX and Linux](https://www.microsoft.com/net/core)

If you have some more time and want to go deeper:
Expand Down

0 comments on commit 9516bda

Please sign in to comment.