Skip to content

Commit caa108d

Browse files
author
Caitlin Bales (MSFT)
authored
Remove checkboxes from issue template
Checkboxes are interpreted by GitHub as to-do's and show up as a progress bar
1 parent cb87e9d commit caa108d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ Before you open this issue, did you:
1414
- Review the samples under github.com/microsoftgraph? They can help for some scenarios.
1515
- 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)
1616
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.
1721
-->
1822

19-
Please provide the following (and please check them off the list with [x]) before submitting this issue:
20-
- [ ] 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.
21-
- [ ] 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).
22-
- [ ] 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.
23-
2423
### Expected behavior
2524

2625

0 commit comments

Comments
 (0)