From 7cf10e182e2bddc18151736941b53d1aeac40e02 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Fri, 30 Jun 2023 10:56:52 -0700 Subject: [PATCH 1/2] Adds issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 16 +++----- .../microsoft-graph-powershell-bug-report.md | 41 +++++++++++++++++++ 2 files changed, 47 insertions(+), 10 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/microsoft-graph-powershell-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c1569c0381c..bbcbbe7d615 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,24 +1,20 @@ ---- +--- name: Feature request about: Suggest an idea for this project title: '' -labels: 'request: feature' +labels: '' assignees: '' --- -### **Is your feature request related to a problem? Please describe** - +**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -### **Describe the solution you'd like** - +**Describe the solution you'd like** A clear and concise description of what you want to happen. -### **Describe alternatives you've considered** - +**Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. -### **Additional context** - +**Additional context** Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/microsoft-graph-powershell-bug-report.md b/.github/ISSUE_TEMPLATE/microsoft-graph-powershell-bug-report.md new file mode 100644 index 00000000000..b5c88829ea0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/microsoft-graph-powershell-bug-report.md @@ -0,0 +1,41 @@ +--- +name: Microsoft Graph PowerShell Bug Report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue: +- Make sure you can reproduce this issue using the latest released version of [Microsoft.Graph](https://www.powershellgallery.com/packages/Microsoft.Graph) or [Microsoft.Graph.Beta](https://www.powershellgallery.com/packages/Microsoft.Graph). +- Please search the existing issues to see if there has been a similar issue filed. +- For issues related to authentication and service errors, please refer to our [troubleshooting guide](https://learn.microsoft.com/powershell/microsoftgraph/troubleshooting). For service issues, please open a question at https://developer.microsoft.com/graph/support. + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Execute `-Mg-` with `...` +2. See error at `...` + +**Expected behavior** +> A clear and concise description of what you expected to happen. + +**Debug Output** +> Run the problematic command with `-Debug` and paste the resulting debug stream below. +> ⚠ ATTENTION: Be sure to remove any sensitive information that may be in the logs. + +**Module Version** +> Please run `Get-Module Microsoft.Graph*` after cmdlet execution and paste the output below. +> If module cannot be installed or imported, please run `Get-Module -ListAvailable` and paste the output. + +**Environment Data** +> Please run $PSVersionTable and paste the output below. If running the Docker container image, indicate the tag of the image used and the version of Docker engine. + +**Screenshots** +> If applicable, add screenshots to help explain your problem. + +**Additional context** +> Add any other context about the problem here. From c36aec28233cd023fa9e76daa00db444da758236 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Fri, 30 Jun 2023 11:02:20 -0700 Subject: [PATCH 2/2] Update beta link --- .../microsoft-graph-powershell-bug-report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/microsoft-graph-powershell-bug-report.md b/.github/ISSUE_TEMPLATE/microsoft-graph-powershell-bug-report.md index b5c88829ea0..991957255ef 100644 --- a/.github/ISSUE_TEMPLATE/microsoft-graph-powershell-bug-report.md +++ b/.github/ISSUE_TEMPLATE/microsoft-graph-powershell-bug-report.md @@ -8,12 +8,12 @@ assignees: '' --- Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue: -- Make sure you can reproduce this issue using the latest released version of [Microsoft.Graph](https://www.powershellgallery.com/packages/Microsoft.Graph) or [Microsoft.Graph.Beta](https://www.powershellgallery.com/packages/Microsoft.Graph). +- Make sure you can reproduce this issue using the latest released version of [Microsoft.Graph](https://www.powershellgallery.com/packages/Microsoft.Graph) or [Microsoft.Graph.Beta](https://www.powershellgallery.com/packages/Microsoft.Graph.Beta). - Please search the existing issues to see if there has been a similar issue filed. - For issues related to authentication and service errors, please refer to our [troubleshooting guide](https://learn.microsoft.com/powershell/microsoftgraph/troubleshooting). For service issues, please open a question at https://developer.microsoft.com/graph/support. **Describe the bug** -A clear and concise description of what the bug is. +> A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: @@ -29,10 +29,10 @@ Steps to reproduce the behavior: **Module Version** > Please run `Get-Module Microsoft.Graph*` after cmdlet execution and paste the output below. -> If module cannot be installed or imported, please run `Get-Module -ListAvailable` and paste the output. +> If a module cannot be installed or imported, please run `Get-Module -ListAvailable` and paste the output. **Environment Data** -> Please run $PSVersionTable and paste the output below. If running the Docker container image, indicate the tag of the image used and the version of Docker engine. +> Please run `$PSVersionTable` and paste the output below. If running the Docker container image, indicate the tag of the image used and the version of Docker engine. **Screenshots** > If applicable, add screenshots to help explain your problem.