Skip to content

Commit 4cc81c5

Browse files
authored
Merge pull request #2119 from microsoftgraph/IssueTemplates
Adds issue templates
2 parents 2c0ca49 + c36aec2 commit 4cc81c5

File tree

2 files changed

+47
-10
lines changed

2 files changed

+47
-10
lines changed
Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
1-
---
1+
---
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: 'request: feature'
5+
labels: ''
66
assignees: ''
77

88
---
99

10-
### **Is your feature request related to a problem? Please describe**
11-
10+
**Is your feature request related to a problem? Please describe.**
1211
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1312

14-
### **Describe the solution you'd like**
15-
13+
**Describe the solution you'd like**
1614
A clear and concise description of what you want to happen.
1715

18-
### **Describe alternatives you've considered**
19-
16+
**Describe alternatives you've considered**
2017
A clear and concise description of any alternative solutions or features you've considered.
2118

22-
### **Additional context**
23-
19+
**Additional context**
2420
Add any other context or screenshots about the feature request here.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Microsoft Graph PowerShell Bug Report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
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.Beta).
12+
- Please search the existing issues to see if there has been a similar issue filed.
13+
- 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.
14+
15+
**Describe the bug**
16+
> A clear and concise description of what the bug is.
17+
18+
**To Reproduce**
19+
Steps to reproduce the behavior:
20+
1. Execute `-Mg-` with `...`
21+
2. See error at `...`
22+
23+
**Expected behavior**
24+
> A clear and concise description of what you expected to happen.
25+
26+
**Debug Output**
27+
> Run the problematic command with `-Debug` and paste the resulting debug stream below.
28+
> ⚠ ATTENTION: Be sure to remove any sensitive information that may be in the logs.
29+
30+
**Module Version**
31+
> Please run `Get-Module Microsoft.Graph*` after cmdlet execution and paste the output below.
32+
> If a module cannot be installed or imported, please run `Get-Module -ListAvailable` and paste the output.
33+
34+
**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.
36+
37+
**Screenshots**
38+
> If applicable, add screenshots to help explain your problem.
39+
40+
**Additional context**
41+
> Add any other context about the problem here.

0 commit comments

Comments
 (0)