* Improve Issue Templates

* simplified pr template
This commit is contained in:
Marvin Buss 2021-10-07 08:36:43 +02:00 коммит произвёл GitHub
Родитель 72c0355eb7
Коммит cca3c4da73
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 3 добавлений и 7 удалений

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

@ -1,6 +1,6 @@
name: "Bug report 🐛"
description: Report errors or unexpected behavior
title: "Bug Report: "
title: "Bug: "
labels:
- bug
- backlog

Просмотреть файл

@ -1,10 +1,9 @@
name: "Documentation Issue 📚"
description: Report issues in our documentation
title: " "
title: "Documentation: "
labels:
- documentation
- backlog
assignees: " "
body:
- type: markdown

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

@ -1,6 +1,6 @@
name: "Feature Request & Ideas 🚀"
description: Suggest a new feature or improvement (this does not mean you have to implement it)
title: "Feature Request: "
title: "Feature: "
labels:
- feature
- backlog

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

@ -9,8 +9,5 @@
* [ ] Closes Issue #xxx
* [ ] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA
<!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here -->
## Detailed Description of the Pull Request / Additional comments
<!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well -->
## Validation Steps Performed