You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: If you have a problem, bug, or enhancement with a resource in this resource module.
1
+
name: Problem with a function
2
+
description: If you have a problem, bug, or enhancement with a function in this module.
3
3
labels: []
4
4
assignees: []
5
5
body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
Please prefix the issue title (above) with the resource name, e.g. 'ResourceName: Short description of my issue'!
9
+
Please prefix the issue title (above) with the function name, e.g. 'FunctionName: Short description of my issue'!
10
10
11
11
Your feedback and support is greatly appreciated, thanks for contributing!
12
12
- type: textarea
@@ -28,14 +28,14 @@ body:
28
28
validations:
29
29
required: true
30
30
- type: textarea
31
-
id: configuration
31
+
id: version
32
32
attributes:
33
-
label: DSC configuration
33
+
label: Module Version
34
34
description: |
35
-
The DSC configuration that is used to reproduce the issue (as detailed as possible). **NOTE! Sensitive information should be obfuscated.** _Will be automatically formatted as PowerShell code._
35
+
The version of the FabricTools module you are using. _Will be automatically formatted as plain text._
36
+
To help with this information, please run this command: `Get-Module -Name 'FabricTools' | ft Name,Version,Path`
36
37
placeholder: |
37
-
Paste DSC configuration here
38
-
render: powershell
38
+
Paste output here
39
39
validations:
40
40
required: true
41
41
- type: textarea
@@ -45,43 +45,3 @@ body:
45
45
description: Do you have any suggestions how to solve the issue?
46
46
validations:
47
47
required: true
48
-
- type: textarea
49
-
id: targetNodeOS
50
-
attributes:
51
-
label: Operating system the target node is running
52
-
description: |
53
-
Please provide as much as possible about the target node, for example edition, version, build, and language. _Will be automatically formatted as plain text._
54
-
55
-
On OS with WMF 5.1 the following command can help get this information: `Get-ComputerInfo -Property @('OsName','OsOperatingSystemSKU','OSArchitecture','WindowsVersion','WindowsBuildLabEx','OsLanguage','OsMuiLanguages')`
56
-
placeholder: |
57
-
Add operating system information here
58
-
render: text
59
-
validations:
60
-
required: true
61
-
- type: textarea
62
-
id: targetNodePS
63
-
attributes:
64
-
label: PowerShell version and build the target node is running
65
-
description: |
66
-
Please provide the version and build of PowerShell the target node is running. _Will be automatically formatted as plain text._
67
-
68
-
To help with this information, please run this command: `$PSVersionTable`
69
-
placeholder: |
70
-
Add PowerShell information here
71
-
render: text
72
-
validations:
73
-
required: true
74
-
- type: textarea
75
-
id: moduleVersion
76
-
attributes:
77
-
label: FabricTools version
78
-
description: |
79
-
Please provide the version of the FabricTools module that was used. _Will be automatically formatted as plain text._
80
-
81
-
To help with this information, please run this command: `Get-Module -Name 'FabricTools' -ListAvailable | ft Name,Version,Path`
description: If you have a new resource proposal that you think should be added to this resource module.
3
-
title: "NewResourceName: New resource proposal"
1
+
name: New function proposal
2
+
description: If you have a new function proposal that you think should be added to this module.
3
+
title: "NewFunctionName: New resource proposal"
4
4
labels: []
5
5
assignees: []
6
6
body:
7
7
- type: markdown
8
8
attributes:
9
9
value: |
10
-
Please replace `NewResourceName` in the issue title (above) with your proposed resource name.
10
+
Please replace `NewFunctionName` in the issue title (above) with your proposed function name.
11
11
12
-
Thank you for contributing and making this resource module better!
12
+
Thank you for contributing and making FabricTools better!
13
13
- type: textarea
14
14
id: description
15
15
attributes:
16
-
label: Resource proposal
17
-
description: Provide information how this resource will/should work and how it will help users.
16
+
label: Function proposal
17
+
description: Provide information how this function will/should work and how it will help users.
18
18
validations:
19
19
required: true
20
20
- type: textarea
21
21
id: proposedProperties
22
22
attributes:
23
23
label: Proposed properties
24
24
description: |
25
-
List all the proposed properties that the resource should have (key, required, write, and/or read). For each property provide a detailed description, the data type, if a default value should be used, and if the property is limited to a set of values.
25
+
List all the proposed properties and parameters that the function should have.
26
26
value: |
27
-
Property | Type qualifier | Data type | Description | Default value | Allowed values
Parameter | Description | Data type | Default value | Allowed values
28
+
--- | --- | --- | --- | ---
29
+
ParameterName | Detailed description | String | None | Any
30
+
31
+
Property | Description
32
+
--- | ---
33
+
PropertyName | Detailed description
30
34
validations:
31
35
required: true
32
36
- type: textarea
33
37
id: considerations
34
38
attributes:
35
39
label: Special considerations or limitations
36
40
description: |
37
-
Provide any considerations or limitations you can think of that a contributor should take in account when coding the proposed resource, and or what limitations a user will encounter or should consider when using the proposed resource.
41
+
Provide any considerations or limitations you can think of that a contributor should take in account when coding the proposed function, and or what limitations a user will encounter or should consider when using the proposed function.
0 commit comments