Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Bug_Report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Bug report 🐛
about: Report errors or unexpected behavior 🤔
title: "[BUG] My bug report"
labels: Issue-Bug
title: "My bug report"
labels: Issue-Question
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Documentation_Issue.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Documentation Issue 📚
about: File issues regarding documentation within the [PowerShell-Docs](https://github.com/powershell/powershell-docs) repository
title: "[DOCS] Documentation Issue"
title: "Documentation Issue"
labels: CL-Docs
assignees: ''

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Feature_Request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature Request/Idea 🚀
about: Suggest a new feature or improvement (this does not mean you have to implement it)
title: "[FEATURE] Feature Request"
title: "Feature Request"
labels: Issue-Enhancement
assignees: ''

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Release_Process.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Release Process
about: Maintainers Only - Release Process
title: "[RELEASE] Release Process for v6.x.x"
title: "Release Process for v6.x.x"
labels: Issue-Meta
assignees: ''

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Security_Issue_Report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Security Issue
about: Security Issue
title: "[SECURITY] !!! READ TEMPLATE COMPLETELY FIRST!!!"
labels: Issue-Bug
title: "!!! READ TEMPLATE COMPLETELY FIRST!!!"
labels: Area-Security
assignees: 'TravisEz13'

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Support_Question.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Support Question ❓
about: If you have a question, you can try asking in the PowerShell Slack channel first. If you need official support, refer to the [PowerShell Support Lifecycle](https://aka.ms/pslifecycle)
title: "[SUPPORT] Support Question"
title: "Support Question"
labels: Issue-Question
assignees: ''

Expand Down