Skip to content

Commit

Permalink
adding Github workflow files
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lynch <[email protected]>
  • Loading branch information
ChrisLynchHPE committed Nov 3, 2023
1 parent f79de3e commit b577625
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report 🐛
about: Report errors or unexpected behavior 🤔
title: "My bug report"
labels: Bug
assignees: ''
---

<!-- Please search existing issues to avoid creating duplicates. -->

### 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
```
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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

<!--
A clear and concise description of what the problem is that the new feature would solve.
Try formulating it in user story style (if applicable):
'As a user I want X so that Y.' with X being the being the action and Y being the value of the action.
-->

# Proposed technical implementation details (optional)

<!--
A clear and concise description of what you want to happen.
Consider providing an example PowerShell experience with expected result.
-->

0 comments on commit b577625

Please sign in to comment.