@@ -4,32 +4,41 @@ about: Problems with PowerShell documentation
4
4
title : " Documentation Issue"
5
5
labels : issue-question
6
6
assignees : ' '
7
-
8
7
---
9
-
10
- # Documentation Issue
11
-
12
8
<!--
13
9
Use this template to report issues with documentation. This can include typos, technical and factual
14
10
errors, grammar, spelling, formatting, presentation, etc.
15
-
16
11
Be sure to change the issue title. Titles should be brief and meaningful.
17
12
-->
13
+ # Documentation Issue
14
+ <!-- Enter brief description here -->
15
+
18
16
19
- ## Details of the issue
17
+ ## Context of the issue
20
18
21
19
- URL to the article (Docs or GitHub URL):
22
- - Is the issue version specific (Y/N - include version info) :
23
- - [ ] Impacts 7 document
24
- - [ ] Impacts 6 document
25
- - [ ] Impacts 5.1 document
26
- - [ ] Impacts 5.0 document
27
- - [ ] Impacts 4.0 document
28
- - [ ] Impacts 3.0 document
20
+ - Issue affects the following content (check all that apply):
21
+
22
+ ** Cmdlet reference & about_ topics**
23
+ - [ ] Version 7 content
24
+ - [ ] Version 6 content
25
+ - [ ] Version 5.1 content
26
+ - [ ] Version 5.0 content
27
+ - [ ] Version 4.0 content
28
+ - [ ] Version 3.0 content
29
+
30
+ ** Conceptual articles**
31
+ - [ ] Fundamental conceptual articles
32
+ - [ ] Script sample articles
33
+ - [ ] DSC articles
34
+ - [ ] Gallery articles
35
+ - [ ] JEA articles
36
+ - [ ] WMF articles
37
+ - [ ] SDK articles
29
38
- Is the issue specific to a platform (Y/N - Win/macOS/Linux):
30
39
31
- Description of the issue:
32
-
40
+ ## Detailed description of the issue
33
41
<!--
34
42
Enter your problem description below. Use markdown code fences for example code and output.
35
43
-->
44
+
0 commit comments