Updated the bug-report template (#16762)
This commit is contained in:
parent
dba39d60c8
commit
118972e544
|
|
@ -9,18 +9,19 @@ about: Create a report about something that is not working
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
### To Reproduce
|
### To Reproduce
|
||||||
Steps to reproduce the behavior:
|
<!--
|
||||||
1. Using this version of ASP.NET Core '...'
|
What steps can we follow to reproduce the issue?
|
||||||
2. Run this code '....'
|
|
||||||
3. With these arguments '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
### Expected behavior
|
We ❤ code! Include a complete code listing or point us to a minimalistic GitHub repo.
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
### Screenshots
|
``` C#
|
||||||
If applicable, add screenshots to help explain your problem.
|
Console.WriteLine("Hello, World!");
|
||||||
|
```
|
||||||
|
|
||||||
### Additional context
|
Got Exceptions? Include both the message and the stack trace
|
||||||
Add any other context about the problem here.
|
-->
|
||||||
Include the output of `dotnet --info`
|
|
||||||
|
### Further technical details
|
||||||
|
- ASP.NET Core version
|
||||||
|
- Include the output of `dotnet --info`
|
||||||
|
- The IDE (VS / VS Code/ VS4Mac) you're running on, and it's version
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue