From d497b3eb23f35c6ff2e97703c46fccb3f325f1cd Mon Sep 17 00:00:00 2001 From: "Sean M. Collins" Date: Fri, 23 Jun 2023 13:46:04 -0400 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dc5b808c9..4ade2fda4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -79,3 +79,4 @@ Please put an x into the brackets (like `[x]`) if you've completed that task. * [ ] I have read the comments and followed the [CONTRIBUTING.md](https://github.com/netbox-community/ansible_modules/blob/devel/CONTRIBUTING.md). * [ ] I have explained my PR according to the information in the comments or in a linked issue. * [ ] My PR targets the `devel` branch. +* [ ] My PR contains at least one unit test exercising any new code (if applicable)