Skip to content

Commit c57fde3

Browse files
committed
docs: add disclaimer to README, documentation, and release notes
1 parent c381ca6 commit c57fde3

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/notes.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Installation
2+
3+
> ⚠️ **Disclaimer:** This is an **unofficial, community-driven SDK** and is **not supported or endorsed by GitHub**. Use at your own risk.
24

35
📦 [View on Maven Central](https://central.sonatype.com/artifact/${GROUP_ID}/${ARTIFACT_ID}/${VERSION})
46

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
[![Java 17+](https://img.shields.io/badge/Java-17%2B-blue)](https://openjdk.org/)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

8+
> ⚠️ **Disclaimer:** This is an **unofficial, community-driven SDK** and is **not supported or endorsed by GitHub**. Use at your own risk.
9+
810
Java SDK for programmatic control of GitHub Copilot CLI.
911

1012
> **Note:** This SDK may change in breaking ways.

src/site/markdown/documentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Copilot SDK for Java - Documentation
22

3+
> ⚠️ **Disclaimer:** This is an **unofficial, community-driven SDK** and is **not supported or endorsed by GitHub**. Use at your own risk.
4+
35
This document provides detailed API reference and usage examples for the Copilot SDK for Java.
46

57
## Table of Contents

0 commit comments

Comments
 (0)