|
1 | 1 | name: Report a bug |
2 | | -description: Request that a bug be reviewed. |
| 2 | +description: Request that a bug be reviewed. Complete all required fields. |
3 | 3 | title: "[Bug] <title> " |
4 | 4 | labels: [Bug] |
5 | 5 | assignees: |
6 | 6 | - IBMAnsibleHelper |
7 | 7 | body: |
8 | | - - type: markdown |
| 8 | + - type: checkboxes |
| 9 | + id: existing-issue |
9 | 10 | attributes: |
10 | | - value: | |
11 | | - Before reporting a bug, please review existing isssues to avoid duplication. |
12 | | - --- |
13 | | - - type: textarea |
14 | | - id: issue-description |
15 | | - attributes: |
16 | | - label: Bug description |
17 | | - description: Describe the bug you are experiencing. |
18 | | - placeholder: | |
19 | | - Verbosity is encouraged, the more you share the better for us to understand. |
20 | | - 1. Include the steps to reproduce |
21 | | - 2. Include playbook if applicable |
22 | | - 3. Include screen captures of applicable |
23 | | - 4. Include expected vs actual results if applicable |
24 | | - validations: |
25 | | - required: true |
26 | | - - type: textarea |
27 | | - id: issue-output |
28 | | - attributes: |
29 | | - label: Playbook verbosity output |
30 | | - description: Provide the command line output with debug and verbosity enabled. |
31 | | - placeholder: | |
32 | | - Insert the ouput using this form of the playbook command. |
33 | | - - `ANSIBLE_DEBUG=1 ansible-playbook -i inventory your-playbook.yml -vvvv` |
34 | | - validations: |
35 | | - required: false |
36 | | - - type: textarea |
37 | | - id: ansible-cfg |
38 | | - attributes: |
39 | | - label: Contents of `ansible.cfg` |
40 | | - description: Provide the contents of `ansible.cfg`. |
41 | | - render: YAML |
42 | | - validations: |
43 | | - required: false |
44 | | - - type: textarea |
45 | | - id: ansible-inventory |
| 11 | + label: Is there an existing issue for this? |
| 12 | + description: Please search to see if an issue already exists for the bug you encountered. |
| 13 | + options: |
| 14 | + - label: There are no existing issues. |
| 15 | + required: true |
| 16 | + - type: checkboxes |
| 17 | + id: valid-dependencies |
46 | 18 | attributes: |
47 | | - label: Contents of the inventory |
48 | | - description: Provide the contents of the inventory |
49 | | - render: YAML |
50 | | - validations: |
51 | | - required: false |
52 | | - - type: textarea |
53 | | - id: ansible-vars |
| 19 | + label: Are the dependencies a supported version? |
| 20 | + description: Please review the ZOAU and IBM Enterprise Python versions in the reference section of the [release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html). |
| 21 | + options: |
| 22 | + - label: The dependencies are supported. |
| 23 | + required: true |
| 24 | + - type: dropdown |
| 25 | + id: zoau-version |
54 | 26 | attributes: |
55 | | - label: Contents of `group_vars` or `host_vars` |
56 | | - description: Provide the contents of `group_vars` or `host_vars` |
57 | | - render: YAML |
| 27 | + label: IBM Z Open Automation Utilities |
| 28 | + description: Which version of ZOAU are you using? |
| 29 | + multiple: false |
| 30 | + options: |
| 31 | + - v1.2.2 |
| 32 | + - v1.2.1 |
| 33 | + - v1.2.0 |
| 34 | + - v1.1.1 |
| 35 | + - v1.0.3 |
58 | 36 | validations: |
59 | | - required: false |
60 | | - - type: textarea |
61 | | - id: ansible-version |
| 37 | + required: true |
| 38 | + - type: dropdown |
| 39 | + id: python-version |
62 | 40 | attributes: |
63 | | - label: Ansible version |
64 | | - description: What is the verson of Ansible on the controller. |
65 | | - placeholder: Paste verbatim output from `ansible --version`. |
66 | | - render: shell |
| 41 | + label: IBM Enterprise Python |
| 42 | + description: Which version of IBM Enterprise Python are you using? |
| 43 | + multiple: false |
| 44 | + options: |
| 45 | + - v3.11.x |
| 46 | + - v3.10.x |
| 47 | + - v3.9.x |
| 48 | + - v3.8.x |
67 | 49 | validations: |
68 | 50 | required: true |
69 | 51 | - type: dropdown |
70 | 52 | id: collection-version |
71 | 53 | attributes: |
72 | 54 | label: IBM z/OS Ansible core Version |
73 | | - description: | |
74 | | - Which version of the z/OS Ansible core collection are you using. If you are unsure, run the command: `cat ~/.ansible/collections/ansible_collections/ibm/ibm_zos_core/MANIFEST.json | grep version` |
75 | | - multiple: true |
| 55 | + 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). |
| 56 | + multiple: false |
76 | 57 | options: |
77 | | - - v1.0.0 |
78 | | - - v1.1.0 |
79 | | - - v1.2.1 |
80 | | - - v1.3.0 |
81 | | - - v1.3.1 |
82 | | - - v1.3.3 |
83 | | - - v1.3.5 |
| 58 | + - v1.5.0 |
| 59 | + - v1.4.0 |
84 | 60 | - v1.3.6 |
85 | | - - v1.4.0-beta.1 |
86 | | - - v1.4.0-beta.2 |
| 61 | + - v1.3.5 |
| 62 | + - v1.3.3 |
| 63 | + - v1.3.1 |
| 64 | + - v1.3.0 |
| 65 | + - v1.2.1 |
| 66 | + - v1.1.0 |
| 67 | + - v1.0.0 |
87 | 68 | validations: |
88 | 69 | required: true |
89 | 70 | - type: dropdown |
90 | | - id: zoau-version |
| 71 | + id: ansible-version |
91 | 72 | attributes: |
92 | | - label: IBM ZOAU version |
93 | | - description: Which version of ZOAU are you using. Ensure you are on the latest PTF. |
94 | | - multiple: true |
| 73 | + label: ansible-version |
| 74 | + description: What is the version of Ansible on the controller (`ansible --version`)? |
| 75 | + multiple: false |
95 | 76 | options: |
96 | | - - v1.0.3 |
97 | | - - v1.1.1 |
98 | | - - v1.2.0 |
| 77 | + - latest |
| 78 | + - v2.14.x |
| 79 | + - v2.13.x |
| 80 | + - v2.12.x |
| 81 | + - v2.11.x |
| 82 | + - v2.9.x |
99 | 83 | validations: |
100 | 84 | required: true |
101 | | - - type: input |
| 85 | + - type: dropdown |
102 | 86 | id: zos-version |
103 | 87 | attributes: |
104 | 88 | label: z/OS version |
105 | | - description: What is the version of z/OS on the managed node. |
| 89 | + description: What is the version of z/OS on the managed node? |
| 90 | + multiple: false |
| 91 | + options: |
| 92 | + - v2.5 |
| 93 | + - v2.4 |
| 94 | + - v2.3 |
106 | 95 | validations: |
107 | 96 | required: false |
108 | 97 | - type: dropdown |
@@ -133,3 +122,53 @@ body: |
133 | 122 | - zos_tso_command |
134 | 123 | validations: |
135 | 124 | required: false |
| 125 | + - type: textarea |
| 126 | + id: issue-description |
| 127 | + attributes: |
| 128 | + label: Bug description |
| 129 | + description: Describe the bug you are experiencing. |
| 130 | + placeholder: | |
| 131 | + Verbosity is encouraged, the more you share the better for us to understand. |
| 132 | + 1. Include the steps to reproduce |
| 133 | + 2. Include playbook if applicable |
| 134 | + 3. Include screen captures of applicable |
| 135 | + 4. Include expected vs actual results if applicable |
| 136 | + validations: |
| 137 | + required: true |
| 138 | + - type: textarea |
| 139 | + id: issue-output |
| 140 | + attributes: |
| 141 | + label: Playbook verbosity output. |
| 142 | + description: Provide the command line output with debug and verbosity enabled. |
| 143 | + placeholder: | |
| 144 | + Insert the output using this form of the playbook command. |
| 145 | + - `ANSIBLE_DEBUG=1 ansible-playbook -i inventory your-playbook.yml -vvvv` |
| 146 | + validations: |
| 147 | + required: false |
| 148 | + - type: textarea |
| 149 | + id: ansible-cfg |
| 150 | + attributes: |
| 151 | + label: Ansible configuration. |
| 152 | + description: Show the current **ansible.cfg** settings. |
| 153 | + placeholder: | |
| 154 | + Insert for this command: `ansible-config view` |
| 155 | + render: YAML |
| 156 | + validations: |
| 157 | + required: false |
| 158 | + - type: textarea |
| 159 | + id: ansible-inventory |
| 160 | + attributes: |
| 161 | + label: Contents of the inventory |
| 162 | + description: Provide the contents of the inventory. |
| 163 | + render: YAML |
| 164 | + validations: |
| 165 | + required: false |
| 166 | + - type: textarea |
| 167 | + id: ansible-vars |
| 168 | + attributes: |
| 169 | + label: Contents of `group_vars` or `host_vars` |
| 170 | + description: Provide the contents of `group_vars` or `host_vars` |
| 171 | + render: YAML |
| 172 | + validations: |
| 173 | + required: false |
| 174 | + |
0 commit comments