Skip to content

Commit 3f8d49e

Browse files
authored
feat: add disclaimer for sap-internal or customer content (#88)
1 parent 9cc450a commit 3f8d49e

4 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ description: Released feature does not work as expected in the SAP Cloud SDK for
33
labels:
44
- bug
55
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
> **Disclaimer:** Do not include SAP-internal or customer-specific information in this issue (e.g. internal system URLs, customer names, tenant IDs, or confidential configurations). This is a public repository.
610
- type: textarea
711
attributes:
812
label: "Describe the Bug"

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ description: Request a new feature to help your project using the SAP Cloud SDK
33
labels:
44
- feature request
55
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
> **Disclaimer:** Do not include SAP-internal or customer-specific information in this issue (e.g. internal system URLs, customer names, tenant IDs, or confidential configurations). This is a public repository.
610
- type: textarea
711
attributes:
812
label: "Describe the Problem"

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ description: Ask a question about the SAP Cloud SDK for Python.
33
labels:
44
- question
55
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
> **Disclaimer:** Do not include SAP-internal or customer-specific information in this issue (e.g. internal system URLs, customer names, tenant IDs, or confidential configurations). This is a public repository.
610
- type: textarea
711
attributes:
812
label: "Ask the Question"

.github/pull_request_template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> **Disclaimer:** Do not include SAP-internal or customer-specific information in this PR (e.g. internal system URLs, customer names, tenant IDs, or confidential configurations). This is a public repository.
2+
13
## Description
24

35
Provide a clear description of your changes here.

0 commit comments

Comments
 (0)