summaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorHongyu <39747921+HongyuHe@users.noreply.github.com>2021-03-02 09:41:08 +0100
committerGitHub <noreply@github.com>2021-03-02 09:41:08 +0100
commitd72ac4b1df32dd5e6bd3faa4fa528dbf8a03f6f1 (patch)
tree48c9c8e6c9a2a05d3039da8b96cd23c8a9a57a60 /.github/pull_request_template.md
parenta7e7fbb43f967bf104c469feceb86d938fc9b5a2 (diff)
Add a simple PR template (#78)
This change adds a simple template for pull request which we can use as basis for future pull requests.
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md17
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