Skip to content

Commit 5a91dae

Browse files
committed
Added issue templates
1 parent f248e53 commit 5a91dae

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed
Lines changed: 14 additions & 0 deletions
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).
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug report, needs triage
6+
assignees: ''
7+
---
8+
9+
### Where did you get the code?
10+
11+
- [ ] Downloaded from GitHub
12+
- [ ] Downloaded from the [Microsoft Graph quick start tool](https://developer.microsoft.com/graph/quick-start)
13+
- [ ] Followed the tutorial from [Microsoft Graph tutorials](https://docs.microsoft.com/graph/tutorials)
14+
15+
### Describe the bug
16+
17+
A clear and concise description of what the bug is.
18+
19+
### To Reproduce
20+
21+
Steps to reproduce the behavior:
22+
23+
1. Go to '...'
24+
1. Click on '....'
25+
1. Scroll down to '....'
26+
1. See error
27+
28+
### Expected behavior
29+
30+
A clear and concise description of what you expected to happen.
31+
32+
### Screenshots
33+
34+
If applicable, add screenshots to help explain your problem.
35+
36+
### Desktop
37+
38+
- OS: [e.g. iOS]
39+
- Browser [e.g. chrome, safari]
40+
- Version [e.g. 22]
41+
42+
### Dependency versions
43+
44+
- Authentication library (MSAL, etc.) version:
45+
- Graph library (Graph SDK, REST library, etc.) version:
46+
47+
### Additional context
48+
49+
Add any other context about the problem here.

0 commit comments

Comments
 (0)