|
| 1 | +--- |
| 2 | +name: Bug Report |
| 3 | +description: Is something not working as expected? Submit a bug. |
| 4 | +labels: |
| 5 | + - [bug, needs-triage] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Before filing an issue, please [search the existing issues](https://github.com/vmware/terraform-provider-vra/issues?q=is%3Aissue+is%3Aopen+label%3Abug) (open or closed), and use the [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) feature to add up-votes to existing issues. |
| 11 | +
|
| 12 | + When filing an issue, please include the following information. |
| 13 | + - type: checkboxes |
| 14 | + id: terms |
| 15 | + attributes: |
| 16 | + label: Code of Conduct |
| 17 | + description: The Code of Conduct applies to you when interacting with the community here on GitHub and contributing code. |
| 18 | + options: |
| 19 | + - label: I have read and agree to the [Code of Conduct](https://github.com/vmware/terraform-provider-vra/blob/main/CODE_OF_CONDUCT.md). |
| 20 | + required: true |
| 21 | + - label: Vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue initial description to help the maintainers prioritize. |
| 22 | + required: false |
| 23 | + - label: Do not leave "+1" or other comments that do not add relevant information or questions. |
| 24 | + required: false |
| 25 | + - label: If you are interested in working on this issue or have submitted a pull request, please leave a comment. |
| 26 | + required: false |
| 27 | + - type: input |
| 28 | + id: version-terraform |
| 29 | + attributes: |
| 30 | + label: Terraform |
| 31 | + description: Please provide the Terraform version. |
| 32 | + placeholder: e.g. x.y.z |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + - type: input |
| 36 | + id: version-provider |
| 37 | + attributes: |
| 38 | + label: Terraform Provider |
| 39 | + description: | |
| 40 | + Please provide the provider version. |
| 41 | + We recommend testing with [the latest version of the provider](https://github.com/vmware/terraform-provider-vra/releases/latest). |
| 42 | + placeholder: e.g. x.y.x |
| 43 | + validations: |
| 44 | + required: true |
| 45 | + - type: input |
| 46 | + id: version-product |
| 47 | + attributes: |
| 48 | + label: VMware Aria Automation |
| 49 | + description: | |
| 50 | + Please provide the VMware Aria version. |
| 51 | + placeholder: e.g. x.y.z |
| 52 | + validations: |
| 53 | + required: true |
| 54 | + - type: textarea |
| 55 | + id: description |
| 56 | + attributes: |
| 57 | + label: Description |
| 58 | + description: Please provide a clear and concise description of the issue you are experiencing. |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + - type: textarea |
| 62 | + id: affected-resources-datasources |
| 63 | + attributes: |
| 64 | + label: Affected Resources or Data Sources |
| 65 | + description: Please provide the affected resources or data sources as a list. |
| 66 | + placeholder: | |
| 67 | + e.g. `resource/example` or `datasource/example` |
| 68 | + validations: |
| 69 | + required: true |
| 70 | + - type: textarea |
| 71 | + id: configuration |
| 72 | + attributes: |
| 73 | + label: Terraform Configuration |
| 74 | + description: | |
| 75 | + - Please provide a code repository, [GitHub Gist](https://gist.github.com/), or simplified code sample suitable for issue reproduction. |
| 76 | + - Please ensure all secrets and identifiable information is removed. |
| 77 | + - Please format any code in code blocks using the markdown editor. |
| 78 | +
|
| 79 | + Learn more about [Code Formatting](https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code). |
| 80 | + placeholder: | |
| 81 | + Please format any code in code blocks using the markdown editor. |
| 82 | + validations: |
| 83 | + required: true |
| 84 | + - type: textarea |
| 85 | + id: debug |
| 86 | + attributes: |
| 87 | + label: Debug Output |
| 88 | + description: | |
| 89 | + Please provide a link to a [GitHub Gist](https://gist.github.com/) containing the complete debug output. |
| 90 | + placeholder: | |
| 91 | + Link to a GitHub Gist. Please do not paste the debug output in the issue. |
| 92 | + validations: |
| 93 | + required: true |
| 94 | + - type: textarea |
| 95 | + id: panic |
| 96 | + attributes: |
| 97 | + label: Panic Output |
| 98 | + description: | |
| 99 | + If Terraform produced a panic, please provide a link to a [GitHub Gist](https://gist.github.com/) containing the output of the `crash.log` |
| 100 | + placeholder: | |
| 101 | + Link to a GitHub Gist. Please do not paste the panic output in the issue. |
| 102 | + validations: |
| 103 | + required: false |
| 104 | + - type: textarea |
| 105 | + id: expected-behavior |
| 106 | + attributes: |
| 107 | + label: Expected Behavior |
| 108 | + description: | |
| 109 | + What is it you expected to happen? |
| 110 | + This should be a description of how the functionality you tried to use is supposed to work. |
| 111 | + validations: |
| 112 | + required: true |
| 113 | + - type: textarea |
| 114 | + id: actual-behavior |
| 115 | + attributes: |
| 116 | + label: Actual Behavior |
| 117 | + description: What actually happened that's different from the expected behavior? |
| 118 | + validations: |
| 119 | + required: true |
| 120 | + - type: textarea |
| 121 | + id: steps-to-reproduce |
| 122 | + attributes: |
| 123 | + label: Steps to Reproduce |
| 124 | + description: Please provide the steps to reproduce the issue. |
| 125 | + validations: |
| 126 | + required: true |
| 127 | + - type: textarea |
| 128 | + id: environment |
| 129 | + attributes: |
| 130 | + label: Environment Details |
| 131 | + description: Please add any additional information you can provide about the environment. |
| 132 | + validations: |
| 133 | + required: false |
| 134 | + - type: textarea |
| 135 | + id: screenshots |
| 136 | + attributes: |
| 137 | + label: Screenshots |
| 138 | + description: Screenshots of the issue, if applicable. |
| 139 | + validations: |
| 140 | + required: false |
| 141 | + - type: textarea |
| 142 | + id: references |
| 143 | + attributes: |
| 144 | + label: References |
| 145 | + description: | |
| 146 | + Please provide any related GitHub issues or pull requests (open or closed) or documentation. |
| 147 | + Learn about [Referencing Github Issues](https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests). |
| 148 | + placeholder: | |
| 149 | + #GH-0000 |
| 150 | + validations: |
| 151 | + required: false |
0 commit comments