From 97cd1a4b82d6ff288a3003c458d66ae7c6c39a2f Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Tue, 21 Jul 2020 15:06:27 -0500 Subject: [PATCH] Modernize GitHub pull-request template (#70787) Change: - Remove "New Module Pull Request" since we're not taking new modules in ansible/ansible - Add "Tests Pull Request" to use for things like adding coverage that aren't bugfixes. Signed-off-by: Rick Elrod --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 92ce53cf4e9..5652e79d1c4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,7 @@ - Bugfix Pull Request - Docs Pull Request - Feature Pull Request -- New Module Pull Request +- Test Pull Request ##### COMPONENT NAME