Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit cca3c4d

Browse files
authored
Improve Issue Templates (#70)
* Improve Issue Templates * simplified pr template
1 parent 72c0355 commit cca3c4d

4 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Bug report 🐛"
22
description: Report errors or unexpected behavior
3-
title: "Bug Report: "
3+
title: "Bug: "
44
labels:
55
- bug
66
- backlog

.github/ISSUE_TEMPLATE/DOCUMENTATION_ISSUE.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: "Documentation Issue 📚"
22
description: Report issues in our documentation
3-
title: " "
3+
title: "Documentation: "
44
labels:
55
- documentation
66
- backlog
7-
assignees: " "
87

98
body:
109
- type: markdown

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Feature Request & Ideas 🚀"
22
description: Suggest a new feature or improvement (this does not mean you have to implement it)
3-
title: "Feature Request: "
3+
title: "Feature: "
44
labels:
55
- feature
66
- backlog

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@
99
* [ ] Closes Issue #xxx
1010
* [ ] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA
1111

12-
<!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here -->
13-
## Detailed Description of the Pull Request / Additional comments
14-
1512
<!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well -->
1613
## Validation Steps Performed

0 commit comments

Comments
 (0)