Skip to content

Commit 19c8af5

Browse files
committed
- adds issue template
1 parent 1bccc03 commit 19c8af5

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!-- Read me before you submit this issue
2+
3+
First off, thank you for taking the time to open this issue! We do appreciate it. Please bear with us if we don't get to this right away.
4+
5+
If this is a question about the Microsoft Graph service API, or a question about how to use this SDK, please post your question to StackOverflow with the [microsoftgraph] tag.
6+
https://stackoverflow.com/questions/tagged/microsoft-graph
7+
8+
This repo is for the Microsoft Graph Java SDK. Issues opened in this repo should only target this SDK.
9+
10+
Before you open this issue, did you:
11+
- Search the issues to determine whether someone already opened this issue?
12+
- Search StackOverflow for an answer?
13+
- Capture the repro steps and gather the information requested in the steps below to reproduce your scenario?
14+
- Review the samples under github.com/microsoftgraph? They can help for some scenarios.
15+
- Take a look at the functional tests in this repo? They may have an example for you. See the [functional tests](https://github.com/microsoftgraph/msgraph-sdk-java/tree/master/src/test/java/com/microsoft/graph/functional)
16+
17+
Please provide the following before submitting this issue:
18+
- Expected behavior. Please provide **links to the specific [Microsoft Graph documentation](https://developer.microsoft.com/en-us/graph/docs/concepts/overview)** you used to determine the expected behavior.
19+
- Actual behavior. Provide error codes, stack information, and a [Fiddler](http://www.telerik.com/fiddler) capture of the request and response (please remove personally identifiable information before posting).
20+
- Steps to reproduce the behavior. Include your code, IDE versions, client library versions, and any other information that might be helpful to understand your scenario.
21+
-->
22+
23+
### Expected behavior
24+
25+
26+
27+
28+
### Actual behavior
29+
30+
31+
32+
33+
### Steps to reproduce the behavior
34+
35+
36+
37+

0 commit comments

Comments
 (0)