Skip to content

Commit 3298291

Browse files
committed
Update issue templates
1 parent bd3c047 commit 3298291

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

0 commit comments

Comments
 (0)