File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ A similar PR may already be submitted!
2+ Please search among the [ Pull request] ( https://github.com/microsoftgraph/msgraph-sdk-javascript/pulls ) before creating one.
3+
4+ Thanks for submitting a pull request! Please provide enough information so that others can review your pull request.
5+
6+ ## Summary
7+
8+ <!-- Summary of the PR -->
9+
10+ ## Types of changes
11+ <!-- - What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
12+ - [ ] Bug fix (non-breaking change which fixes an issue)
13+ - [ ] New feature (non-breaking change which adds functionality)
14+ - [ ] Breaking change (fix or feature that would cause existing functionality to change)
15+ - [ ] I have read the ** CONTRIBUTING** document.
16+ - [ ] My code follows the code style of this project.
17+ - [ ] My change requires a change to the documentation.
18+ - [ ] I have updated the documentation accordingly.
19+ - [ ] I have added tests to cover my changes.
20+ - [ ] All new and existing tests passed.
21+
22+ Explain the ** motivation** for making this change. What existing problem does the pull request solve?
23+
24+ <!-- Example: When "Adding a function to do X", explain why it is necessary to have a way to do X. -->
25+
26+ ## Test plan (required)
27+
28+ Demonstrate the code is solid. Example: The exact commands you ran and their output.
29+
30+ <!-- Make sure tests pass on Travis CI. -->
31+
32+ ## Closing issues
33+
34+ <!-- Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). -->
35+ Fixes #
You can’t perform that action at this time.
0 commit comments