summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2020-07-21 15:06:27 -0500
committerGitHub <noreply@github.com>2020-07-21 15:06:27 -0500
commit97cd1a4b82d6ff288a3003c458d66ae7c6c39a2f (patch)
tree9d207d3a503b239b29cddc488facfb500289e0ca /.github
parent0ead4306a8ca74f604283cb91a8864f5e25917cf (diff)
downloadansible-97cd1a4b82d6ff288a3003c458d66ae7c6c39a2f.tar.gz
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 <rick@elrod.me>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 92ce53cf4e..5652e79d1c 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
<!--- Write the short name of the module, plugin, task or feature below -->