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:
parent
806f1ea3c9
commit
d6a1df3706
2 changed files with 30 additions and 2 deletions
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -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
|
||||
|
|
16
.github/ISSUE_TEMPLATE/documentation_report.yml
vendored
16
.github/ISSUE_TEMPLATE/documentation_report.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue