diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f088d90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report 🐛 +about: Report errors or unexpected behavior 🤔 +title: "My bug report" +labels: Bug +assignees: '' +--- + + + +### Expected Behavior + + +### Actual Behavior + + +### Steps to reproduce + +```PowerShell +# 1. Capture verbose output using the Get-HPOVCommandTrace for HPOneView.310 or newer, or append the -Verbose switch to your Cmdlet call. +# 2. Put your code and/or captured output here. +# 3. Remove this comment block before submitting. +``` + +### Version Information +HPE OneView PowerShell Library Version (`Get-HPOVVersion` or `$PSLibraryVersion`): +HPE OneView Appliance Version (`Get-HPOVVersion -ApplianceVer`): +Output from `$PSVersionTable` on your Windows Host: + +```PowerShell +# Output from $PSVersionTable +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..1991760 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature Request/Idea 🚀 +about: Suggest a new feature or improvement (this does not mean you have to implement it) +title: "Feature Request" +labels: Enhancement +assignees: '' +--- + +# Summary of the new feature/enhancement + + + +# Proposed technical implementation details (optional) + + \ No newline at end of file