diff options
Diffstat (limited to '.github/pull_request_template.md')
| -rw-r--r-- | .github/pull_request_template.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..3b9caac8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Summary + +A small summary of the requirements (in one/two sentences). + +## Implementation Notes :hammer_and_pick: + +* Briefly outline the overall technical solution. If necessary, identify talking points where the reviewer's attention should be drawn to. + +## External Dependencies :four_leaf_clover: + +* + +## Breaking API Changes :warning: + +* + +*Simply specify none (N/A) if not applicable.*
\ No newline at end of file |
