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>
This commit is contained in:
parent
0ead4306a8
commit
97cd1a4b82
1 changed files with 1 additions and 1 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -8,7 +8,7 @@
|
||||||
- Bugfix Pull Request
|
- Bugfix Pull Request
|
||||||
- Docs Pull Request
|
- Docs Pull Request
|
||||||
- Feature Pull Request
|
- Feature Pull Request
|
||||||
- New Module Pull Request
|
- Test Pull Request
|
||||||
|
|
||||||
##### COMPONENT NAME
|
##### COMPONENT NAME
|
||||||
<!--- Write the short name of the module, plugin, task or feature below -->
|
<!--- Write the short name of the module, plugin, task or feature below -->
|
||||||
|
|
Loading…
Reference in a new issue