From 1ebcac3c9f8c8fc91cbd348677c9398f0b993f4c Mon Sep 17 00:00:00 2001 From: Yuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com> Date: Tue, 17 Mar 2020 13:11:11 -0700 Subject: [PATCH] Create pull_request_template.md Using the same pull request template as what we have in FreeRTOS/FreeRTOS. --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..c3c8607fb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ + + +Description +----------- + + +Test Steps +----------- + + +Related Issue +----------- + + + +By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.