File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : 🪲 Bug Report
2+ description : Report a bug or problem.
3+ title : " [Bug]: "
4+ labels : ["bug","triage"]
5+ assignees :
6+ - jdhitsolutions
7+ body :
8+ - type : markdown
9+ attributes :
10+ value : " ## Thank you for bringing this to our attention."
11+ - type : textarea
12+ id : description
13+ attributes :
14+ label : Describe the problem
15+ description : Please describe the bug or problem including the exact syntax you are using and any error or warning messages.
16+ validations :
17+ required : true
18+ - type : textarea
19+ id : expected-behavior
20+ attributes :
21+ label : Expectation
22+ description : What did you expect to happen?
23+ - type : textarea
24+ id : additional-info
25+ attributes :
26+ label : Additional Information
27+ description : Do you have any additional information or context that you think will be helpful in resolving this issue?
28+ - type : dropdown
29+ id : psversion
30+ attributes :
31+ label : PowerShell version
32+ description : What version of PowerShell are you running?
33+ options :
34+ - ' 4.0'
35+ - ' 5.1'
36+ - 6.x
37+ - ' 7.0'
38+ - ' 7.1'
39+ - ' 7.2'
40+ - Other
41+ validations :
42+ required : true
43+ - type : dropdown
44+ id : platform
45+ attributes :
46+ label : Platform
47+ description : What operating system are you running?
48+ options :
49+ - Windows 10 Home
50+ - Windows 11 Home
51+ - Windows 10 Pro or Enterprise
52+ - Windows 11 Pro or Enterprise
53+ - MacOS
54+ - Linux
55+ - Other
56+ - type : checkboxes
57+ id : checks
58+ attributes :
59+ label : Additional Checks
60+ description : Have you verified the following?
61+ options :
62+ - label : You are using the latest version of this module.
63+ required : true
64+ - label : You have read this repository's README file.
65+ - label : You have read full help and examples for the command you are having problems with.
66+ - label : You are running PowerShell in an elevated session.
67+ - label : You are running in a traditional PowerShell console or Windows Terminal
68+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : README
4+ url : https://github.com/jdhitsolutions/PSScriptTools/blob/master/README.md
5+ about : Open this module's README.md file.
Original file line number Diff line number Diff line change 1+ name : 💡Feature Request
2+ description : Request a new feature or enhancement
3+ title : " [Request]: "
4+ labels : ["enhancement","triage"]
5+ assignees :
6+ - jdhitsolutions
7+ body :
8+ - type : markdown
9+ attributes :
10+ value : " ## Thank you for bringing this to our attention."
11+ - type : textarea
12+ id : description
13+ attributes :
14+ label : Describe the request
15+ description : Please describe your feature request or enhancement in detail. What deficiency does it address in the module? What use cases support your request?
16+ validations :
17+ required : true
18+ - type : dropdown
19+ id : psversion
20+ attributes :
21+ label : PowerShell version
22+ description : What version of PowerShell are you running?
23+ options :
24+ - ' 4.0'
25+ - ' 5.1'
26+ - 6.x
27+ - ' 7.0'
28+ - ' 7.1'
29+ - ' 7.2'
30+ - Other
31+ validations :
32+ required : false
33+ - type : dropdown
34+ id : platform
35+ attributes :
36+ label : Platform
37+ description : What operating system are you running?
38+ options :
39+ - Windows 10 Home
40+ - Windows 11 Home
41+ - Windows 10 Pro or Enterprise
42+ - Windows 11 Pro or Enterprise
43+ - MacOS
44+ - Linux
45+ - Other
46+
47+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : 🤔Other Request or Question
2+ description : Open a request for all other issues
3+ title : " [Question]: "
4+ labels : ["question","triage"]
5+ assignees :
6+ - jdhitsolutions
7+ body :
8+ - type : textarea
9+ id : description
10+ attributes :
11+ label : Describe the question or issue
12+ description : What is on your mind?
13+ validations :
14+ required : true
15+ - type : dropdown
16+ id : psversion
17+ attributes :
18+ label : PowerShell version
19+ description : What version of PowerShell are you running?
20+ options :
21+ - ' 4.0'
22+ - ' 5.1'
23+ - 6.x
24+ - ' 7.0'
25+ - ' 7.1'
26+ - ' 7.2'
27+ - Other
28+ validations :
29+ required : false
30+ - type : dropdown
31+ id : platform
32+ attributes :
33+ label : Platform
34+ description : What operating system are you running?
35+ options :
36+ - Windows 10 Home
37+ - Windows 11 Home
38+ - Windows 10 Pro or Enterprise
39+ - Windows 11 Pro or Enterprise
40+ - MacOS
41+ - Linux
42+ - Other
43+
44+
You can’t perform that action at this time.
0 commit comments