Merge pull request #1933 from microsoft/ank3it-patch-1

Update bug_report.md
This commit is contained in:
Reiley Yang 2020-06-30 08:17:20 -07:00 коммит произвёл GitHub
Родитель a26fa4b08a 8ee726fc13
Коммит 4c9256c1e8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 7 удалений

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

@ -1,17 +1,15 @@
---
name: Bug Report
name: Bug Report (.NET Framework)
about: Create a report to help us improve
labels: bug
---
-----------------Bug Template--------------------------------------------------------------
**Describe your environment.** Describe any aspect of your environment relevant to the problem:
* SDK version:
* .NET runtime version (.NET or .NET Core, TargetFramework in the .csproj file):
* .NET runtime version (.NET TargetFramework in the .csproj file):
* Hosting Info (IIS/Azure WebApps/etc):
* Platform and OS version:
If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on master.
**Steps to reproduce.**
Describe exactly how to reproduce the error. Include a code sample if applicable.
@ -21,5 +19,4 @@ What did you expect to see?
**What is the actual behavior?**
What did you see instead?
**Additional context.**
Add any other context about the problem here.
-------------------------------------------------------------------------------------------