Split up 'Ansible version' in issue templates into ansible-core version + community.general version. (#3458)

This commit is contained in:
Felix Fontein
2021-09-28 16:33:35 +02:00
committed by GitHub
parent 806f1ea3c9
commit d6a1df3706
2 changed files with 30 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ body:
- type: textarea
attributes:
label: Ansible Version
label: Ansible-core Version
description: >-
Paste verbatim output from `ansible --version` between
tripple backticks.
@@ -62,6 +62,20 @@ body:
validations:
required: true
- type: textarea
attributes:
label: Community.general Version
description: >-
Paste verbatim output from "ansible-galaxy collection list community.general"
between tripple backticks.
value: |
```console (paste below)
$ ansible-galaxy collection list community.general
```
validations:
required: true
- type: textarea
attributes:
label: Configuration

View File

@@ -50,7 +50,7 @@ body:
- type: textarea
attributes:
label: Ansible Version
label: Ansible-core Version
description: >-
Paste verbatim output from `ansible --version` between
tripple backticks.
@@ -62,6 +62,20 @@ body:
validations:
required: false
- type: textarea
attributes:
label: Community.general Version
description: >-
Paste verbatim output from "ansible-galaxy collection list community.general"
between tripple backticks.
value: |
```console (paste below)
$ ansible-galaxy collection list community.general
```
validations:
required: true
- type: textarea
attributes:
label: Configuration