|
| 1 | +name: Bug Report |
| 2 | +description: File a bug report. |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["kind/bug", "priority/normal"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for taking the time to fill out this bug report! Please, fill this form to help us improve the project. |
| 10 | + - type: checkboxes |
| 11 | + attributes: |
| 12 | + label: Is there an existing issue for this? |
| 13 | + description: Please search to see if an issue already exists for the bug you encountered. |
| 14 | + options: |
| 15 | + - label: I have searched the existing issues |
| 16 | + required: true |
| 17 | + - type: dropdown |
| 18 | + id: deploy-type |
| 19 | + attributes: |
| 20 | + label: Deploy type |
| 21 | + description: | |
| 22 | + How did you deploy DSPO? |
| 23 | + multiple: false |
| 24 | + options: |
| 25 | + - Standalone DSPO (without ODH) |
| 26 | + - Manually deployed Kfdef |
| 27 | + - ODH Dashboard UI |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + - type: input |
| 31 | + id: version |
| 32 | + attributes: |
| 33 | + label: Version |
| 34 | + description: | |
| 35 | + If using ODH, please provide the ODH version. |
| 36 | + If using standalone DSPO, please provide the tag version |
| 37 | + used for this repo, or state "main" if deploying |
| 38 | + directly from main branch. |
| 39 | + validations: |
| 40 | + required: true |
| 41 | + - type: textarea |
| 42 | + id: environment |
| 43 | + attributes: |
| 44 | + label: Environment |
| 45 | + description: Describe your environment. |
| 46 | + placeholder: | |
| 47 | + * Python Version (if relevant): |
| 48 | + * SDK Version (if relevant): |
| 49 | + * OCP Pipelines Version: |
| 50 | + * OCP Version: |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + - type: textarea |
| 54 | + attributes: |
| 55 | + label: Current Behavior |
| 56 | + description: A concise description of what you're experiencing. |
| 57 | + validations: |
| 58 | + required: true |
| 59 | + - type: textarea |
| 60 | + attributes: |
| 61 | + label: Expected Behavior |
| 62 | + description: A concise description of what you expected to happen. |
| 63 | + validations: |
| 64 | + required: true |
| 65 | + - type: textarea |
| 66 | + attributes: |
| 67 | + label: Steps To Reproduce |
| 68 | + description: Steps to reproduce the behavior. |
| 69 | + placeholder: | |
| 70 | + 1. In this environment... |
| 71 | + 2. With this config... |
| 72 | + 3. Run '...' |
| 73 | + 4. See error... |
| 74 | + - type: textarea |
| 75 | + id: workaround |
| 76 | + attributes: |
| 77 | + label: Workaround (if any) |
| 78 | + description: Any manual steps that allow you to resolve the issue |
| 79 | + placeholder: Tell us the steps you followed to resolve the issue! |
| 80 | + validations: |
| 81 | + required: false |
| 82 | + - type: textarea |
| 83 | + id: anything-else |
| 84 | + attributes: |
| 85 | + label: Anything else |
| 86 | + description: | |
| 87 | + Any additional information you'd like to share |
| 88 | + |
| 89 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 90 | + validations: |
| 91 | + required: false |
0 commit comments