You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/01-sdk-bug.yml
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ body:
7
7
value: |
8
8
**Thank you for taking the time to fill out this bug report!**
9
9
💥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).
10
11
- type: textarea
11
12
id: description
12
13
attributes:
@@ -32,14 +33,19 @@ body:
32
33
description: |
33
34
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).
34
35
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 `...`
36
39
validations:
37
40
required: true
38
41
- type: input
39
42
attributes:
40
43
label: SDK Version
41
44
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.
43
49
validations:
44
50
required: false
45
51
- type: input
@@ -64,7 +70,9 @@ body:
64
70
id: logs
65
71
attributes:
66
72
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.
68
76
value: |
69
77
<details><summary>Click to expand log</summary>
70
78
```
@@ -81,6 +89,8 @@ body:
81
89
label: Configuration
82
90
description: |
83
91
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.
84
94
* What OS and version, and what distro if applicable (Windows 10, Windows 11, MacOS Catalina, Ubuntu 22.04)?
85
95
* What is the architecture (x64, x86, ARM, ARM64)?
86
96
* Do you know whether it is specific to that configuration?
0 commit comments