Skip to content

Commit c4ac604

Browse files
Updated template issues (#2119)
1 parent 64c1be0 commit c4ac604

File tree

5 files changed

+16
-31
lines changed

5 files changed

+16
-31
lines changed

.github/ISSUE_TEMPLATE/bug_issue.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,15 @@ body:
3333
description: Which version of z/OS Ansible core collection are you using. If you are unsure, review the [documentation](https://ibm.github.io/z_ansible_collections_doc/faqs/faqs.html#how-do-i-update-a-collection-to-the-latest-version).
3434
multiple: false
3535
options:
36+
- v1.14.0-beta.1
37+
- v1.13.1
3638
- v1.13.0
3739
- v1.13.0-beta.1
3840
- v1.12.0
3941
- v1.12.0-beta.1
4042
- v1.11.1
4143
- v1.11.0
4244
- v1.10.0
43-
- v1.9.4
44-
- v1.9.3
45-
- v1.9.2
46-
- v1.9.0
47-
- v1.8.0
48-
- v1.7.0
49-
- v1.6.0
50-
- v1.5.0
5145
default: 3
5246
validations:
5347
required: true
@@ -58,15 +52,13 @@ body:
5852
description: Which version of ZOAU are you using? Please review the supported dependencies in the release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html).
5953
multiple: false
6054
options:
55+
- v1.3.6
56+
- v1.3.5
6157
- v1.3.4
6258
- v1.3.3
6359
- v1.3.2
6460
- v1.3.1
6561
- v1.3.0
66-
- v1.2.5
67-
- v1.2.4
68-
- v1.2.3
69-
- v1.2.2
7062
default: 3
7163
validations:
7264
required: true
@@ -91,6 +83,7 @@ body:
9183
description: What is the version of Ansible on the controller (`ansible --version`)?
9284
multiple: false
9385
options:
86+
- v2.18.x
9487
- v2.17.x
9588
- v2.16.x
9689
- v2.15.x
@@ -138,6 +131,7 @@ body:
138131
- zos_operator_action_query
139132
- zos_ping
140133
- zos_script
134+
- zos_stat
141135
- zos_tso_command
142136
- zos_unarchive
143137
- zos_volume_init

.github/ISSUE_TEMPLATE/collaboration_issue.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ body:
5050
- v1.11.0-beta.1
5151
- v1.10.0
5252
- v1.10.0-beta.1
53-
- v1.9.4 (default)
54-
- v1.8.0
55-
- v1.7.0
56-
- v1.6.0
57-
- v1.5.0
5853
default: 6
5954
validations:
6055
required: false
@@ -65,15 +60,13 @@ body:
6560
description: Which version of ZOAU are you using? Please review the supported dependencies in the release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html).
6661
multiple: false
6762
options:
63+
- v1.3.6
64+
- v1.3.5
6865
- v1.3.4
6966
- v1.3.3
7067
- v1.3.2
7168
- v1.3.1
7269
- v1.3.0
73-
- v1.2.5 (default)
74-
- v1.2.4
75-
- v1.2.3
76-
- v1.2.2
7770
default: 5
7871
validations:
7972
required: false
@@ -98,8 +91,9 @@ body:
9891
description: What is the version of Ansible on the controller (`ansible --version`)?
9992
multiple: false
10093
options:
94+
- v2.18.x
10195
- v2.17.x
102-
- v2.16.x (default)
96+
- v2.16.x
10397
- v2.15.x
10498
- v2.14.x
10599
default: 1
@@ -145,6 +139,7 @@ body:
145139
- zos_operator_action_query
146140
- zos_ping
147141
- zos_script
142+
- zos_stat
148143
- zos_tso_command
149144
- zos_unarchive
150145
- zos_volume_init

.github/ISSUE_TEMPLATE/doc_issue.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ body:
3434
description: Which version of z/OS Ansible core collection are you using. If you are unsure, review the [documentation](https://ibm.github.io/z_ansible_collections_doc/faqs/faqs.html#how-do-i-update-a-collection-to-the-latest-version).
3535
multiple: false
3636
options:
37+
- v1.14.0-beta.1
38+
- v1.13.1
3739
- v1.13.0
3840
- v1.13.0-beta.1
3941
- v1.12.0
@@ -43,15 +45,6 @@ body:
4345
- v1.11.0-beta.1
4446
- v1.10.0
4547
- v1.10.0-beta.1
46-
- v1.9.4 (default)
47-
- v1.9.3
48-
- v1.9.2
49-
- v1.9.1
50-
- v1.9.0
51-
- v1.8.0
52-
- v1.7.0
53-
- v1.6.0
54-
- v1.5.0
5548
default: 6
5649
validations:
5750
required: false
@@ -82,6 +75,7 @@ body:
8275
- zos_operator_action_query
8376
- zos_ping
8477
- zos_script
78+
- zos_stat
8579
- zos_tso_command
8680
- zos_unarchive
8781
- zos_volume_init

.github/ISSUE_TEMPLATE/enabler_issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ body:
5050
- zos_operator_action_query
5151
- zos_ping
5252
- zos_script
53+
- zos_stat
5354
- zos_tso_command
5455
- zos_unarchive
5556
- zos_volume_init

.github/ISSUE_TEMPLATE/enhancement_feature.issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ body:
4848
- zos_operator_action_query
4949
- zos_ping
5050
- zos_script
51+
- zos_stat
5152
- zos_tso_command
5253
- zos_unarchive
5354
- zos_volume_init

0 commit comments

Comments
 (0)