From d72ac4b1df32dd5e6bd3faa4fa528dbf8a03f6f1 Mon Sep 17 00:00:00 2001 From: Hongyu <39747921+HongyuHe@users.noreply.github.com> Date: Tue, 2 Mar 2021 09:41:08 +0100 Subject: 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. --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/pull_request_template.md (limited to '.github') 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 -- cgit v1.2.3