File tree Expand file tree Collapse file tree 2 files changed +56
-0
lines changed Expand file tree Collapse file tree 2 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+
5
+ ---
6
+
7
+ ** Before submitting the bug**
8
+ - [ ] Ensure you are able to reproduce it on the latest released version (_ we release often_ )
9
+ - [ ] Verified this bug is not already reported in an issue
10
+ - [ ] Verified errors are not related to permissions
11
+ - [ ] Can reproduce in a clean PowerShell session (_ clean = ` powershell -NoProfile ` _ )
12
+
13
+ ** Describe the bug**
14
+ A clear and concise description of what the bug is.
15
+
16
+ ** To Reproduce**
17
+ Steps to reproduce the behavior:
18
+ ``` powershell
19
+ <#
20
+ Provide exact (or sanitized) code to reproduce the error
21
+ #>
22
+ ```
23
+
24
+ ** Expected behavior**
25
+ A clear and concise description of what you expected to happen.
26
+
27
+ ** Screenshots**
28
+ If applicable, add screenshots to help explain your problem.
29
+
30
+ ** Environmental data**
31
+ <!-- Provide output of the following two commands -->
32
+
33
+ - PowerShell: <!-- $PSVersionTable output -->
34
+
35
+ ** Additional context**
36
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+
5
+ ---
6
+
7
+ ** Is your feature request related to a problem? Please describe.**
8
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
9
+
10
+ ** Describe the solution you'd like**
11
+ A clear and concise description of what you want to happen.
12
+
13
+ ** Describe alternatives you've considered**
14
+ A clear and concise description of any alternative solutions or features you've considered.
15
+
16
+ ** Latest version of dbatools as of writing**
17
+ Please provide the latest released version of dbatools module.
18
+
19
+ ** Additional context**
20
+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments