Initial
This commit is contained in:
40
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
Normal file
40
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
|
||||
---
|
||||
|
||||
**Prerequisites**
|
||||
|
||||
Put an X between the brackets on each line to confirm you have completed them:
|
||||
|
||||
- [ ] The issue is still present in the latest version of the module.
|
||||
- [ ] The issue has not been previously reported.
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots or Transcripts**
|
||||
If applicable, add screenshots or PowerShell transcripts to help explain your problem. You can use ```Start-Transcript``` and ```Stop-Transcript``` to record the steps you have performed.
|
||||
|
||||
**System Details**
|
||||
|
||||
- Operating System: [Windows | Linux | MacOS]
|
||||
- Operating System Version (Version and Build, eg Windows 10 Build 1709):
|
||||
- PowerShell Version: [Use ```Get-Host```]
|
||||
- Architecture for PowerShell Session: [64bit | 32bit]
|
||||
- Is this system an Azure Automation Worker?: [No, Hybrid Worker, Azure Worker]
|
||||
- Other loaded modules: [Include the output of ```Get-Module```]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here. Is there any other information like system configuration or data that might help us understand the problem.
|
||||
20
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Examples of how the solution would work**
|
||||
Some simple PowerShell examples of how the solution would work.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
Reference in New Issue
Block a user