Skip to content

Commit

Permalink
#47: Add new issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tlindsay42 committed May 27, 2018
1 parent 628ca0f commit c3fbd54
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,48 @@
---
name: Bug report
about: Create a report to help us improve

---

## Problem Statement

A clear and concise description of what the bug is.

## Steps to Reproduce

1. Enter command: `Verb-ArmorNoun -Parameter $parameter -Verbose`
1. See error
```text
Paste the verbose output from the command here.
```
1. [...]

## Expected Behavior

A clear and concise description of what you expected to happen.

## Environment

Any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

### Armor PowerShell Module Version

```powershell
Get-Module -ListAvailable -Name 'Armor'
# Paste output here
```

### PowerShell Version

```powershell
Get-PSVersion
# Paste output here
```

### Operating System

List operating system details (eg: distribution, version, build).

## Additional Context

Add any other context or screenshots about the problem here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,21 @@
---
name: Feature request
about: Suggest an idea for this project

---

## Problem Statement

A clear and concise description of what the problem is.

## Proposed Solution

A clear and concise description of what you want to happen.

## Alternatives 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 c3fbd54

Please sign in to comment.