Skip to content

Updated issue template with sensitive information warning #13399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 10, 2020
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