diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..e959a5cae --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,37 @@ +# Expected Behavior + +Please describe the behavior you are expecting. + +# Current Behavior + +What is the current behavior? + +# Failure Information (for bugs) + +Please help provide information about the failure if this is a bug by issuing the command using the `-Verbose` command. + +``` +Paste the verbose output from the command here +``` + +**_If it is not a bug, please remove the rest of this template._** + +## Steps to Reproduce + +Please provide detailed steps for reproducing the issue. + +1. Step 1 +1. Step 2 +1. Step 3 (and so on) + +## Context + +Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. + +* **Rubrik PowerShell Module Version**: Use `Get-Module -ListAvailable Rubrik` +* **PowerShell Version**: Use `Get-PSVersion` +* **Operating System**: + +## Failure Logs + +Please include any relevant log snippets or files here.