diff --git a/.github/ISSUE_TEMPLATE/sdk-issue.md b/.github/ISSUE_TEMPLATE/sdk-issue.md new file mode 100644 index 000000000..6ae794e5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/sdk-issue.md @@ -0,0 +1,86 @@ +--- +name: SAP AI SDK for Java issue +about: Report an issue with the SAP AI SDK for Java +--- + + + +## Issue Description + + +Important information: +- Your code +- Expected outcome +- Actual outcome +- Steps attempted to resolve the issue +- In case of issues with any of our clients: + - What happens when a request is performed directly via an HTTP client tool such as Postman? + - In case that succeeds please provide details on the request such as URL, query parameters, header parameters, prerequisite requests (e.g. CSRF token), etc. +- Potentially missing information (open questions you might have) + +### Impact / Priority + + +Affected development phase: e.g. Getting Started, Development, Release, Production + +Impact: e.g. No Impact, Inconvenience, Impaired, Blocked + +Timeline: e.g. Go-Live is in 12 weeks. + +## Error Message + +``` +Please paste your stracktrace here within the backticks (replacing this comment) +``` + + + + + +## Project Details + + + +* SDK Version: + +* Link to GitHub repo: +* Project type, for example: + * [ ] CAP Project + * [ ] Spring Boot + * [ ] None of the above: +* Platform: + * [ ] Cloud Foundry + * [ ] Deploy with Confidence (Cloud Foundry) + * [ ] None of the above: + +----- + +### Checklist + +- [ ] This is not an AI Core client issue -> [Slack Support Channel for  AI Core](https://sap-ml.slack.com/archives/C01DZC6EGB0) +- [ ] Description provided with all relevant information +- [ ] Exception and stack trace provided +- [ ] Attached debug logs +- [ ] Attached dependency tree +- [ ] Provided AI SDK version & link to relevant source code