Skip to content

Commit c1f98d4

Browse files
Create PULL_REQUEST_TEMPLATE.md
1 parent bc7ea5c commit c1f98d4

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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 #

0 commit comments

Comments
 (0)