Skip to content

Commit c36aec2

Browse files
authored
Update beta link
1 parent 7cf10e1 commit c36aec2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/microsoft-graph-powershell-bug-report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ assignees: ''
88
---
99

1010
Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue:
11-
- 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).
11+
- 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).
1212
- Please search the existing issues to see if there has been a similar issue filed.
1313
- 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.
1414

1515
**Describe the bug**
16-
A clear and concise description of what the bug is.
16+
> A clear and concise description of what the bug is.
1717
1818
**To Reproduce**
1919
Steps to reproduce the behavior:
@@ -29,10 +29,10 @@ Steps to reproduce the behavior:
2929
3030
**Module Version**
3131
> Please run `Get-Module Microsoft.Graph*` after cmdlet execution and paste the output below.
32-
> If module cannot be installed or imported, please run `Get-Module -ListAvailable` and paste the output.
32+
> If a module cannot be installed or imported, please run `Get-Module -ListAvailable` and paste the output.
3333
3434
**Environment Data**
35-
> 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.
35+
> 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.
3636
3737
**Screenshots**
3838
> If applicable, add screenshots to help explain your problem.

0 commit comments

Comments
 (0)