Skip to content

Commit 090b7c2

Browse files
authored
Fix the document issue template to make it valid (#3840)
1 parent 46ed9d5 commit 090b7c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/Documentation_Issue.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ body:
88
Thanks for taking the time to fill out this documentation Issue! |
99
Documents for PSReadLine are hosted in the [PowerShell-Docs](https://github.com/MicrosoftDocs/PowerShell-Docs) repo, |
1010
so, please submit the issue directly in that repo for a quicker response and fix.
11+
- type: checkboxes
12+
attributes:
13+
label: Prerequisites
14+
options:
15+
- label: Write a descriptive title.
16+
required: true

0 commit comments

Comments
 (0)