Skip to content

Commit f000670

Browse files
authored
Update issue templates
1 parent 0863334 commit f000670

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Ask a question
3+
about: Ask a question about Graph, adding features to this sample, etc.
4+
title: ''
5+
labels: question, needs triage
6+
assignees: ''
7+
8+
---
9+
10+
Thank you for taking an interest in Microsoft Graph development! Please feel free to ask a question here, but keep in mind the following:
11+
12+
- This is not an official Microsoft support channel, and our ability to respond to questions here is limited. Questions about Graph, or questions about adding a new feature to the sample, will be answered on a best-effort basis.
13+
- Questions should be asked on [Stack Overflow](https://stackoverflow.com/questions/tagged/microsoft-graph).
14+
- Issues with Microsoft Graph itself should be handled through [support](https://developer.microsoft.com/graph/support).

.github/ISSUE_TEMPLATE/bug_report.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug, needs triage
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
16+
1. Go to '...'
17+
2. Click on '....'
18+
3. Scroll down to '....'
19+
4. See error
20+
21+
**Expected behavior**
22+
A clear and concise description of what you expected to happen.
23+
24+
**Screenshots**
25+
If applicable, add screenshots to help explain your problem.
26+
27+
**Desktop (please complete the following information):**
28+
29+
- OS: [e.g. iOS]
30+
- Browser [e.g. chrome, safari]
31+
- Version [e.g. 22]
32+
33+
**Dependency versions**
34+
35+
- Authentication library (MSAL, etc.) version:
36+
- Graph library (Graph SDK, REST library, etc.) version:
37+
38+
**Additional context**
39+
Add any other context about the problem here.

0 commit comments

Comments
 (0)