|
| 1 | +name: Bug Report |
| 2 | +description: Released feature does not work as expected in the SAP Cloud SDK for AI (Java). |
| 3 | +labels: |
| 4 | + - bug |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + This repository is for Java related issues only. Please open [JavaScript / TypeScript issues here](https://github.com/SAP/ai-sdk-js/issues/new/choose) |
| 10 | + For any issue with the AI Core client, use the [Slack Support Channel for AI Core](https://sap-ml.slack.com/archives/C01DZC6EGB0) then simply type `/support-request` |
| 11 | + *Missing information here may result in delayed response* |
| 12 | + - type: textarea |
| 13 | + attributes: |
| 14 | + label: "Describe the Bug" |
| 15 | + description: "A clear and concise description of what the bug is." |
| 16 | + validations: |
| 17 | + required: true |
| 18 | + - type: textarea |
| 19 | + attributes: |
| 20 | + label: "Steps to Reproduce" |
| 21 | + description: "Steps to reproduce the behavior." |
| 22 | + placeholder: | |
| 23 | + 1. Set up ... |
| 24 | + 2. Execute ... |
| 25 | + 3. Confirm ... |
| 26 | + 4. See error |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + - type: textarea |
| 30 | + attributes: |
| 31 | + label: "Expected Behavior" |
| 32 | + description: "A clear and concise description of what you expected to happen." |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + - type: textarea |
| 36 | + attributes: |
| 37 | + label: "Screenshots" |
| 38 | + description: "Add screenshots to help explain your problem." |
| 39 | + validations: |
| 40 | + required: false |
| 41 | + - type: textarea |
| 42 | + attributes: |
| 43 | + label: "Used Versions" |
| 44 | + description: "Provide versions used in the project." |
| 45 | + value: | |
| 46 | + - Java and Maven version via `mvn --version`: ... |
| 47 | + - SAP Cloud SDK for AI version: ... |
| 48 | + - Spring Boot or CAP version: ... |
| 49 | + - <details><summary>Dependency tree via `mvn dependency:tree`</summary> |
| 50 | + ``` |
| 51 | + Dependency tree here |
| 52 | + ``` |
| 53 | + </details> |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + - type: textarea |
| 57 | + attributes: |
| 58 | + label: "Code Examples" |
| 59 | + description: "Add code snippets as examples to help explain your problem. Please remove sensitive information." |
| 60 | + value: | |
| 61 | + ```java |
| 62 | + // Your code here |
| 63 | + ``` |
| 64 | + validations: |
| 65 | + required: false |
| 66 | + - type: textarea |
| 67 | + attributes: |
| 68 | + label: "Log File" |
| 69 | + description: "Add your log file or related error message. Again, please remove sensitive information." |
| 70 | + value: | |
| 71 | + <details><summary>Log file</summary> |
| 72 | + ... |
| 73 | + </details> |
| 74 | + validations: |
| 75 | + required: false |
| 76 | + - type: dropdown |
| 77 | + attributes: |
| 78 | + label: "Affected Development Phase" |
| 79 | + description: "Choose the development phase affected by this issue." |
| 80 | + multiple: false |
| 81 | + options: |
| 82 | + - Getting Started |
| 83 | + - Development |
| 84 | + - Release |
| 85 | + - Production |
| 86 | + validations: |
| 87 | + required: true |
| 88 | + - type: dropdown |
| 89 | + attributes: |
| 90 | + label: "Impact" |
| 91 | + description: "Choose the impact severity." |
| 92 | + multiple: false |
| 93 | + options: |
| 94 | + - No Impact |
| 95 | + - Inconvenience |
| 96 | + - Impaired |
| 97 | + - Blocked |
| 98 | + validations: |
| 99 | + required: true |
| 100 | + - type: textarea |
| 101 | + attributes: |
| 102 | + label: "Timeline" |
| 103 | + description: "Please briefly state your timeline, e.g., Go-Live in 12 weeks." |
| 104 | + validations: |
| 105 | + required: false |
| 106 | + - type: textarea |
| 107 | + attributes: |
| 108 | + label: "Additional Context" |
| 109 | + description: "Add any other context about the problem here." |
| 110 | + validations: |
| 111 | + required: false |
0 commit comments