Updated the bug-report template (#16762)

This commit is contained in:
Artak 2019-11-03 21:05:30 -08:00 коммит произвёл GitHub
Родитель dba39d60c8
Коммит 118972e544
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 13 добавлений и 12 удалений

25
.github/ISSUE_TEMPLATE/bug_report.md поставляемый
Просмотреть файл

@ -9,18 +9,19 @@ about: Create a report about something that is not working
A clear and concise description of what the bug is.
### To Reproduce
Steps to reproduce the behavior:
1. Using this version of ASP.NET Core '...'
2. Run this code '....'
3. With these arguments '....'
4. See error
<!--
What steps can we follow to reproduce the issue?
### Expected behavior
A clear and concise description of what you expected to happen.
We ❤ code! Include a complete code listing or point us to a minimalistic GitHub repo.
### Screenshots
If applicable, add screenshots to help explain your problem.
``` C#
Console.WriteLine("Hello, World!");
```
### Additional context
Add any other context about the problem here.
Include the output of `dotnet --info`
Got Exceptions? Include both the message and the stack trace
-->
### 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