summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com>2023-02-20 13:16:16 -0800
committerGitHub <noreply@github.com>2023-02-20 13:16:16 -0800
commitcf603c60fa367871abb3d0f07bdb84d85a08af92 (patch)
tree4a6abf7eca2e4d9226297cefc10ae168f2b55e72
parentc040a8d7e3f366ff3e217fbfebb62a4004d3aa44 (diff)
downloadfreertos-git-cf603c60fa367871abb3d0f07bdb84d85a08af92.tar.gz
Update PR template to include checkbox for Unit Test related changes (#925)
-rw-r--r--.github/pull_request_template.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index c3c8607fb..a39aa2bfa 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -8,6 +8,13 @@ Test Steps
-----------
<!-- Describe the steps to reproduce. -->
+Checklist:
+----------
+<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
+<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
+- [ ] I have tested my changes. No regression in existing tests.
+- [ ] I have modified and/or added unit-tests to cover the code changes in this Pull Request.
+
Related Issue
-----------
<!-- If any, please provide issue ID. -->