Skip to content

Commit 368f7de

Browse files
Added Question
1 parent ab4d62e commit 368f7de

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Feature Request
2-
description: Released feature does not work as expected in the SAP Cloud SDK for AI (Java).
2+
description: Request a new feature to help your project using the SAP Cloud SDK for AI (Java).
33
labels:
44
- feature request
55
body:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Question
2+
description: Ask a question about the SAP Cloud SDK for AI (Java).
3+
labels:
4+
- question
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+
- type: textarea
11+
attributes:
12+
label: "Describe the Question"
13+
description: A clear and concise description of your question.
14+
validations:
15+
required: true

0 commit comments

Comments
 (0)