-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add issue template with list of repos #1971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@natemcmaster, |
.github/ISSUE_TEMPLATE.md
Outdated
This repo is not closely monitored by product and development teams. | ||
If you are experiencing a product issue, please open the issue on one of these repositories instead. | ||
|
||
Common ASP.NET repos and projects: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... and Entity Framework!
.github/ISSUE_TEMPLATE.md
Outdated
- Microsoft.NET.Sdk.Web: https://github.com/aspnet/websdk | ||
- Kestrel HTTP Server: https://github.com/aspnet/KestrelHttpServer | ||
|
||
Common projects that are not ASP.NET: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd just say "Other common projects"?
|
||
- Visual Studio: https://developercommunity.visualstudio.com | ||
- NuGet: https://github.com/NuGet/home | ||
- .NET Core CLI, SDK, or runtime: https://github.com/dotnet/core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that repo for all of those projects? CLI is in https://github.com/dotnet/cli, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dotnet/core is the .NET Core "Home" repo. It contains a list of relevant repos including dotnet/cli, dotnet/sdk, and others.
- Microsoft.NET.Sdk.Web: https://github.com/aspnet/websdk | ||
- Kestrel HTTP Server: https://github.com/aspnet/KestrelHttpServer | ||
- ASP.NET Katana: https://github.com/aspnet/AspNetKatana | ||
- and more! See a full list here: https://github.com/aspnet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 😄
.github/ISSUE_TEMPLATE.md
Outdated
@@ -0,0 +1,23 @@ | |||
This repo is not closely monitored by product and development teams. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh actually wait, one more thing. The point isn't about whether it's monitored or not, but rather about how to get issues resolved most quickly. I think this text might represent that better:
To address your issues more quickly, please open the issue in the most appropriate repository. These are some of the most common repos:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😄
We get lots of noise here, but no one is really following up on issues. This message will appear in the issue box when users try to make a new issue. Hopefully this will help them find the right place to file issues.