Skip to content

Commit

Permalink
Switching to new GitHub issues templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kjacobsen committed Jun 4, 2018
1 parent eb59eac commit c055301
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
@@ -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 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
@@ -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.

0 comments on commit c055301

Please sign in to comment.