diff options
author | Rick Elrod <rick@elrod.me> | 2020-07-21 22:06:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 22:06:27 +0200 |
commit | 97cd1a4b82d6ff288a3003c458d66ae7c6c39a2f (patch) | |
tree | 9d207d3a503b239b29cddc488facfb500289e0ca /.github | |
parent | user - Create home and parent directories only when requested (#70600) (diff) | |
download | ansible-97cd1a4b82d6ff288a3003c458d66ae7c6c39a2f.tar.xz ansible-97cd1a4b82d6ff288a3003c458d66ae7c6c39a2f.zip |
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.md | 2 |
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 --> |