mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
updated with html comments to avoid posting hints
also simplified form, had too much from issue template
This commit is contained in:
parent
f7597f916c
commit
a148dbe5b4
1 changed files with 7 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
||||||
##### Issue Type:
|
##### Issue Type:
|
||||||
|
|
||||||
Please pick one and delete the rest:
|
<!-- Please pick one and delete the rest: -->
|
||||||
- Feature Pull Request
|
- Feature Pull Request
|
||||||
- New Module Pull Request
|
- New Module Pull Request
|
||||||
- Bugfix Pull Request
|
- Bugfix Pull Request
|
||||||
|
@ -8,24 +8,18 @@ Please pick one and delete the rest:
|
||||||
|
|
||||||
##### Plugin Name:
|
##### Plugin Name:
|
||||||
|
|
||||||
Name of the plugin/module/task
|
<!-- Name of the plugin/module/task -->
|
||||||
|
|
||||||
##### Ansible Version:
|
|
||||||
|
|
||||||
```
|
|
||||||
(Paste verbatim output from “ansible --version” here)
|
|
||||||
```
|
|
||||||
|
|
||||||
##### Summary:
|
##### Summary:
|
||||||
|
|
||||||
Please describe the change and the reason for it.
|
<!-- Please describe the change and the reason for it. -->
|
||||||
|
|
||||||
(If you're fixing an existing issue, please include "Fixes #nnn" in your
|
<!-- If you're fixing an existing issue, please include "Fixes #nnn" in your
|
||||||
commit message and your description; but you should still explain what
|
commit message and your description; but you should still explain what
|
||||||
the change does.)
|
the change does. -->
|
||||||
|
|
||||||
##### Example output:
|
##### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
(Paste verbatim command output here if necessary)
|
<!-- (Paste example execution or output here if necessary) -->
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue