1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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