Skip to content

Commit d85b845

Browse files
Add pr template (#275)
1 parent 31c2d01 commit d85b845

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Summary
2+
3+
Give a description of what your pull request does and what platform[s] it targets. Use the *breaking changes* tag if applicable. Breaking changes can include changes to generated code files which will impact API signature or behaviors, and changes to directory structures which may impact DevOp pipelines and scripts.
4+
5+
## Generated code differences
6+
7+
Pull requests that result in changes to generated code and/or directory structures should include example diffs of the resulting changes. This makes code review much easier.
8+
9+
## Command line arguments to run these changes
10+
11+
Provide the command line arguments here so that reviewers can quickly repro the results of changes.
12+
13+
## Links to issues or work items this PR addresses

0 commit comments

Comments
 (0)