Add issue filing link to aspnetcore repo (#4662)

This commit is contained in:
Allison Chou 2021-10-06 00:22:34 -07:00 коммит произвёл GitHub
Родитель af9c4a37e0
Коммит 7c7fcadacc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 8 добавлений и 3 удалений

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

@ -1,5 +1,5 @@
---
name: Bug report
name: 🐞 Bug report
about: Create a report to help us improve
title: ''
labels: ''

5
.github/ISSUE_TEMPLATE/config.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Issue with Razor compiler
url: https://github.com/dotnet/aspnetcore/issues/new/choose
about: Please open issues relating to the Razor compiler in dotnet/aspnetcore.

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

@ -1,5 +1,5 @@
---
name: Feature request
name: 💡 Feature request
about: Suggest an idea for this project
title: ''
labels: ''
@ -13,7 +13,7 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
** Applicable Scenarios **
**Applicable Scenarios**
In what scenarios would the feature apply?
**Describe alternatives you've considered**