mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-08 14:20:04 -07:00
This updates the pull request template to provide more context about why specific things may be needed. This helps to make it feel like it is being asked for to help the team rather than arbitrary questions that don't seem applicable, such as command output for a docs change.
36 lines
932 B
Markdown
36 lines
932 B
Markdown
##### ISSUE TYPE
|
|
<!--- Pick one below and delete the rest: -->
|
|
- Feature Pull Request
|
|
- New Module Pull Request
|
|
- Bugfix Pull Request
|
|
- Docs Pull Request
|
|
|
|
##### COMPONENT NAME
|
|
<!--- Name of the plugin/module/task -->
|
|
|
|
##### ANSIBLE VERSION
|
|
<!---
|
|
Paste verbatim output from “ansible --version” between quotes below,
|
|
this is to help the Ansible team determine if this is a version specific
|
|
issue which is being fixed.
|
|
-->
|
|
```
|
|
|
|
```
|
|
|
|
##### SUMMARY
|
|
<!--- Describe the change, including rationale and design decisions -->
|
|
|
|
<!---
|
|
If you are fixing an existing issue, please include "Fixes #nnnn" in your commit
|
|
message and your description; but you should still explain what the change does.
|
|
-->
|
|
|
|
<!---
|
|
Please paste verbatim command output below, e.g. before and after your change.
|
|
Even in the event of a Docs Pull Request, this allows the Ansible team to quickly
|
|
verify that there were no accidental syntax mistakes.
|
|
-->
|
|
```
|
|
|
|
```
|