Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…server into main
  • Loading branch information
wsmelton committed Mar 5, 2021
2 parents c5463a1 + 683d3d2 commit 47e3b1c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
21 changes: 15 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
title: "[Bug] "
labels: bug
assignees: ''

---

<!--
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
The more detail you provide, the easier it is for us to help identify and fix the bug
Please provide the details requested and **DO NOT** delete this template.
Deletion of this template and not providing the details requested is cause for your issue to be closed.
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
-->
**Describe the bug**
Expand All @@ -29,14 +30,22 @@ copy/paste code
# copy paste $error | select *
```

1. Verbose output

```powershell
# copy paste -Verbose output of your script or command being used
```

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment (please complete the following information):**

***Secret Server***
Build/Version:

***PowerShell version***

```powershell
<!-- paste output of $PSVersionTable -->
```
Expand All @@ -49,7 +58,7 @@ If applicable, add screenshots to help explain your problem.
[ ] VS Code (Insiders/Stable)

<!--
VS Code, please provide output of the following:
VS Code, please provide the output of the following:
& {"### VSCode version: $(code -v)"; "`n### VSCode extensions:`n$(code --list-extensions --show-versions | Out-String)"; "`n### PSES version: $($pseditor.EditorServicesVersion)"; "`n### PowerShell version:`n$($PSVersionTable | Out-String)"}
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
labels: ''
assignees: wsmelton

---
Expand Down

0 comments on commit 47e3b1c

Please sign in to comment.