github.com/openshift/installer@v1.4.17/.github/ISSUE_TEMPLATE.md (about) 1 <!-- 2 Thanks for opening a bug report! 3 Before hitting the button, please fill in as much of the template below as you can. 4 If you leave out information, it's harder to help you. 5 Be ready for follow-up questions, and please respond in a timely manner. 6 If we can't reproduce a bug we might close your issue. 7 If we're wrong, PLEASE feel free to reopen it and explain why. 8 --> 9 10 # Version 11 12 ```console 13 $ openshift-install version 14 <your output here> 15 ``` 16 17 # Platform: 18 <!-- 19 Please specify the platform type: aws, libvirt, openstack or baremetal 20 --> 21 22 <!-- 23 Please specify: 24 * IPI (automated install with `openshift-install`. If you don't know, then it's IPI) 25 * UPI (semi-manual installation on customised infrastructure) 26 --> 27 28 # What happened? 29 30 Enter text here. 31 See [the troubleshooting documentation](https://github.com/openshift/installer/blob/master/docs/user/troubleshooting.md) for ideas about what information to collect. 32 For example, if the installer [fails to create resources](https://github.com/openshift/installer/blob/master/docs/user/troubleshooting.md#installer-fails-to-create-resources), attach the relevant portions of your `.openshift_install.log`. 33 34 # What you expected to happen? 35 36 Enter text here. 37 38 # How to reproduce it (as minimally and precisely as possible)? 39 40 <!-- 41 Please list the full steps required to reproduce the issue. 42 --> 43 44 ```console 45 $ your-commands-here 46 ``` 47 48 # Anything else we need to know? 49 50 Enter text here. 51 52 # References 53 54 <!-- 55 Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example: 56 - #6017 57 --> 58 59 - enter text here.