Skip to content

Commit aa9586a

Browse files
(AB#37680) Reorganize and rename issue templates
Prior to this change, distinguishing between issue templates and links could be a little difficult. This change: - Reorders the issue templates so filing a bug is the first option, then suggesting an improvement, committing to a quality contribution, and finally reporting a product change - Updates the issue template titles to use imperative language with a call to action and links in the issue picker to be questions - Updates the Quality Contributions project links to point to the updated templates
1 parent 3324032 commit aa9586a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/02-bug.yml renamed to .github/ISSUE_TEMPLATE/00-bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "🐛 Report Documentation issue"
1+
name: "🐛 Report a documentation issue"
22
description: >-
33
Report an issue with current documentation.
44
labels:

.github/ISSUE_TEMPLATE/01-article.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "💡 New Document Request/Idea"
1+
name: "💡 Suggest a new document or idea"
22
description: >-
33
Suggest a new document or major rewrite of an existing one.
44
labels:

.github/ISSUE_TEMPLATE/00-quality.yml renamed to .github/ISSUE_TEMPLATE/02-quality.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: "🛠️ Quality Contribution"
1+
name: "🦾 Commit to a Quality Contribution"
22
description: >-
3-
File a new issue to tackle quality improvement opportunities
3+
File an issue to take part in the PowerShell Docs Quality Contributions project.
44
title: "Quality: "
55
body:
66
- type: markdown

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
blank_issues_enabled: true
22
contact_links:
3-
- name: Quality Contributions
3+
- name: What's the Quality Contributions Project?
44
url: https://learn.microsoft.com/powershell/scripting/community/contributing/quality-improvements
55
about: >-
66
If you'd like to commit to improving quality for the documentation, before filing an issue,

0 commit comments

Comments
 (0)