|
| 1 | +name: Bug Report |
| 2 | +description: Report a bug in OKD |
| 3 | +projects: ["okd-project/5"] |
| 4 | +labels: ["kind/bug"] |
| 5 | +type: Bug |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Before reporting an issue, check our backlog of |
| 11 | + [open issues](https://github.com/okd-project/okd/issues) |
| 12 | + to see if someone else has already reported it. If so, feel free to add |
| 13 | + your scenario, or additional information, to the discussion. Or simply |
| 14 | + "subscribe" to it to be notified when it is updated. |
| 15 | +
|
| 16 | + If you suspect your issue is a bug, please edit your issue description to |
| 17 | + include the BUG REPORT INFORMATION shown below. If you fail to provide this |
| 18 | + information within 14 days, we cannot debug your issue and will close it. We |
| 19 | + will, however, reopen it if you later provide the information. |
| 20 | + - type: textarea |
| 21 | + attributes: |
| 22 | + label: "Describe the bug" |
| 23 | + description: "Briefly describe the problem you are having in a few paragraphs." |
| 24 | + #placeholder: "" |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + - type: input |
| 28 | + attributes: |
| 29 | + label: "Version" |
| 30 | + description: | |
| 31 | + Please specify OKD version release: e.g. 4.4.0-0.okd-2020-04-17-201241 |
| 32 | + Please specify if its IPI or UPI install method and the cloud platform (if applicable) used |
| 33 | + - type: input |
| 34 | + attributes: |
| 35 | + label: "Reproducibility" |
| 36 | + description: "Please specify how often the issue is reproducible - 100%, rare, 50% of requests etc." |
| 37 | + |
| 38 | + - type: textarea |
| 39 | + attributes: |
| 40 | + label: "Log Bundle" |
| 41 | + description: | |
| 42 | + A link to bootstrap log bundle or `oc adm must-gather` archive. |
| 43 | + See https://docs.okd.io/latest/installing/installing-troubleshooting.html for installation |
| 44 | + issues and https://docs.okd.io/latest/support/gathering-cluster-data.html to gather info |
| 45 | + about installed cluster. |
0 commit comments