Skip to content

Commit 212b166

Browse files
committed
Updates on the issue form templates and removal of the older templates
1 parent 1a49837 commit 212b166

File tree

7 files changed

+19
-129
lines changed

7 files changed

+19
-129
lines changed

.github/ISSUE_TEMPLATE/01-sdk-bug.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ body:
77
value: |
88
**Thank you for taking the time to fill out this bug report!**
99
💥Before submitting a new request, please search existing issues to see if an issue already exists.
10+
💥You may also check whether 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).
1011
- type: textarea
1112
id: description
1213
attributes:
@@ -32,14 +33,19 @@ body:
3233
description: |
3334
Please include minimal steps to reproduce the problem if possible. E.g.: the smallest possible code snippet; or steps to run project in link above. If possible include text as text rather than screenshots (so it shows up in searches).
3435
If there's a link to a public repo where the sample code exists, include it too.
35-
placeholder: Minimal Reproduction steps
36+
placeholder: |
37+
1. Execute `-Mg-` with `...`
38+
2. See error at `...`
3639
validations:
3740
required: true
3841
- type: input
3942
attributes:
4043
label: SDK Version
4144
placeholder: e.g. 5.32.1
42-
description: Version of the SDK with the bug described above.
45+
description: |
46+
Version of the SDK with the bug described above.
47+
* Please run `Get-Module Microsoft.Graph*` after cmdlet execution and paste the output here.
48+
* If a module cannot be installed or imported, please run `Get-Module -ListAvailable` and paste the output.
4349
validations:
4450
required: false
4551
- type: input
@@ -64,7 +70,9 @@ body:
6470
id: logs
6571
attributes:
6672
label: Debug output
67-
description: Please copy and paste the output when using the `--debug` flag. This will be automatically formatted into code, so no need for backticks.
73+
description: |
74+
Please copy and paste the output when using the `--debug` flag. This will be automatically formatted into code, so no need for backticks.
75+
Be sure to remove any sensitive information that may be in the logs.
6876
value: |
6977
<details><summary>Click to expand log</summary>
7078
```
@@ -81,6 +89,8 @@ body:
8189
label: Configuration
8290
description: |
8391
Please provide more information on your SDK configuration:
92+
* Please run `$PSVersionTable` and paste the output below.
93+
* If running the Docker container image, indicate the tag of the image used and the version of Docker engine.
8494
* What OS and version, and what distro if applicable (Windows 10, Windows 11, MacOS Catalina, Ubuntu 22.04)?
8595
* What is the architecture (x64, x86, ARM, ARM64)?
8696
* Do you know whether it is specific to that configuration?

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
blank_issues_enabled: true
22
contact_links:
3+
- name: For issues related to authentication and service errors
4+
url: https://learn.microsoft.com/powershell/microsoftgraph/troubleshooting
5+
about: please refer to our troubleshooting guide
36
- name: Question on use of powershell sdk
47
url: https://github.com/microsoftgraph/msgraph-sdk-powershell/discussions
58
about: Please add your question in the discussions section of the repo
69
- name: Question on use of kiota
710
url: https://github.com/microsoft/kiota/discussions
811
about: Please add your question in the discussions section of the repo
12+
- name: Question, bug report or feature Request for the MS Graph API
13+
url: https://aka.ms/msgraphsupport
14+
about: Report an issue or limitation with the MS Graph service APIs

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

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

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/service-bug-report-instructions.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)