Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/az-module-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,17 @@ assignees: ''

## Debug output

<!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block -->
<!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block
ATTENTION: Be sure to remove any sensitive information that may be in the logs -->

```

```

## Error output

<!-- Please run Resolve-AzError and paste the output in the below code block -->
<!-- Please run Resolve-AzError and paste the output in the below code block
ATTENTION: Be sure to remove any sensitive information that may be in the logs -->

```

Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/azurerm-module-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,17 @@ assignees: ''

## Debug output

<!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block -->
<!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block
ATTENTION: Be sure to remove any sensitive information that may be in the logs -->

```

```

## Error output

<!-- Please run Resolve-AzureRmError and paste the output in the below code block -->
<!-- Please run Resolve-AzureRmError and paste the output in the below code block
ATTENTION: Be sure to remove any sensitive information that may be in the logs -->

```

Expand Down