Skip to content

Commit

Permalink
updating readme and adding issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLynchHPE committed Mar 16, 2021
1 parent 505dc6c commit 9101411
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 19 deletions.
32 changes: 32 additions & 0 deletions .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: ''
---

<!-- 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
```
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: HPE OneView PowerShell Discussions ❓
url: https://github.com/HewlettPackard/POSH-HPEOneView/discussions
about: Ask questions, requests, other topics that are not reporting bugs.
- name: HPE OneView Community
url: https://community.hpe.com/t5/HPE-OneView/bd-p/oneview#.X8_eHnCSmUk
about: HPE community forum to discuss general HPE OneView questions not specific to the HPE OneView PowerShell Library.
22 changes: 22 additions & 0 deletions .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

<!--
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.
-->
39 changes: 20 additions & 19 deletions README.md
Expand Up @@ -14,7 +14,7 @@ The major changes are:

## Build status

AppVeyor 5.50 Branch | AppVeyor 5.40 Branch | AppVeyor 5.30 Branch | AppVeyor 5.20 Branch
AppVeyor 6.00 Branch | AppVeyor 5.50 Branch | AppVeyor 5.40 Branch | AppVeyor 5.30 Branch
-------------------- | -------------------- | -------------------- | ---------------------
[![Build status][ovm-master-build-status-badge]][ov-master-status-link] [![PS Gallery][ovm-master-psgallery-badge]][ovm-master-psgallery-link] | [![Build status][ov-minus1-build-status-badge]][ov-minus1-build-link] [![PS Gallery][ov-minus1-psgallery-badge]][ov-minus1-psgallery-link] | [![Build status][ov-minus2-build-status-badge]][ov-minus2-build-link] [![PS Gallery][ov-minus2-psgallery-badge]][ov-minus2-psgallery-link] | [![Build status][ov-minus3-build-status-badge]][ov-minus3-build-link] [![PS Gallery][ov-minus3-psgallery-badge]][ov-minus3-psgallery-link]

Expand All @@ -24,12 +24,13 @@ To get started, use the [`Install-Module`](https://go.microsoft.com/fwlink/?Link
### For all supported PowerShell and PowerShellCore systems
```PowerShell
# Install library from the PowerShell Gallery
Install-Module HPEOneView.550
Install-Module HPEOneView.600
# Load the module
Import-Module HPEOneView.550
Import-Module HPEOneView.600
# Connect to your appliance
$MyOneViewCredential = Get-Credential
Connect-OVMgmt -Hostname MyAppliance.FQDN.Name -Credential $MyOneViewCredential
```

Expand Down Expand Up @@ -69,26 +70,26 @@ Still available, but not actively maintained Gitter.im chat room: [![Join the ch

<!-- markdown variables links -->
[ReadTheManualLink]: https://hpe-docs.gitbook.io/posh-hpeoneview/
<!-- 6.00 -->
[ovm-master-build-status-badge]: https://ci.appveyor.com/api/projects/status/8cgu3yq8jruuhd3m?svg=true
[ov-master-status-link]: https://ci.appveyor.com/project/ChrisLynchHPE/posh-hpeoneview-ujl7m
[ovm-master-psgallery-badge]: https://img.shields.io/powershellgallery/dt/HPEOneView.600.svg?label=PSGallery
[ovm-master-psgallery-link]: https://www.powershellgallery.com/packages/HPEOneView.600
<!-- 5.50 -->
[ovm-master-build-status-badge]: https://ci.appveyor.com/api/projects/status/5904s5hv3u9osgmh?svg=true
[ov-master-status-link]: https://ci.appveyor.com/project/ChrisLynchHPE/posh-hpeoneview-6jhe9
[ovm-master-psgallery-badge]: https://img.shields.io/powershellgallery/dt/HPEOneView.550.svg?label=PSGallery
[ovm-master-psgallery-link]: https://www.powershellgallery.com/packages/HPEOneView.550
<!-- 5.40 -->
[ov-minus1-build-status-badge]: https://ci.appveyor.com/api/projects/status/afrq6bvcenxf61i5?svg=true
[ov-minus1-build-link]: https://ci.appveyor.com/project/ChrisLynchHPE/posh-hpeoneview-8tiw6
[ov-minus1-build-status-badge]: https://ci.appveyor.com/api/projects/status/5904s5hv3u9osgmh?svg=true
[ov-minus1-build-link]: https://ci.appveyor.com/project/ChrisLynchHPE/posh-hpeoneview-6jhe9
[ov-minus1-psgallery-badge]: https://img.shields.io/powershellgallery/dt/HPEOneView.540.svg?label=PSGallery
[ov-minus1-psgallery-link]: https://www.powershellgallery.com/packages/HPEOneView.540
<!-- 5.40 -->
[ov-minus2-build-status-badge]: https://ci.appveyor.com/api/projects/status/afrq6bvcenxf61i5?svg=true
[ov-minus2-build-link]: https://ci.appveyor.com/project/ChrisLynchHPE/posh-hpeoneview-8tiw6
[ov-minus2-psgallery-badge]: https://img.shields.io/powershellgallery/dt/HPEOneView.540.svg?label=PSGallery
[ov-minus2-psgallery-link]: https://www.powershellgallery.com/packages/HPEOneView.540
<!-- 5.30 -->
[ov-minus2-build-status-badge]: https://ci.appveyor.com/api/projects/status/u84505l6syp70013?svg=true
[ov-minus2-build-link]: https://ci.appveyor.com/project/ChrisLynchHPE/posh-hpeoneview
[ov-minus2-psgallery-badge]: https://img.shields.io/powershellgallery/dt/HPEOneView.530.svg?label=PSGallery
[ov-minus2-psgallery-link]: https://www.powershellgallery.com/packages/HPEOneView.530
<!-- 5.20 -->
[ov-minus3-build-status-badge]: https://ci.appveyor.com/api/projects/status/yeahhq0y4df1pymb?svg=true
[ov-minus3-build-link]: https://ci.appveyor.com/project/ChrisLynchHPE/posh-hponeview
[ov-minus3-psgallery-badge]: https://img.shields.io/powershellgallery/dt/HPOneView.520.svg?label=PSGallery
[ov-minus3-psgallery-link]: https://www.powershellgallery.com/packages/HPOneView.520
[ov-minus3-build-status-badge]: https://ci.appveyor.com/api/projects/status/u84505l6syp70013?svg=true
[ov-minus3-build-link]: https://ci.appveyor.com/project/ChrisLynchHPE/posh-hpeoneview
[ov-minus3-psgallery-badge]: https://img.shields.io/powershellgallery/dt/HPEOneView.530.svg?label=PSGallery
[ov-minus3-psgallery-link]: https://www.powershellgallery.com/packages/HPEOneView.530

<!-- MISC DO NOT TOUCH -->
[new-issue-badge-url]: https://img.shields.io/badge/issues-new-yellowgreen?style=flat&logo=github
Expand Down

0 comments on commit 9101411

Please sign in to comment.