Skip to content

Commit efb2d31

Browse files
authored
Add warning to README files pre-alpha release (#109)
1 parent 036db1d commit efb2d31

File tree

6 files changed

+19
-1
lines changed

6 files changed

+19
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!CAUTION]
2+
> This project is in active development and not ready for production use. It has not been publicly announced yet.
3+
14
## Getting Started
25

36
### Prerequisites

packages/api/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!CAUTION]
2+
> This project is in active development and not ready for production use. It has not been publicly announced yet.
3+
14
# Microsoft Teams API Client
25

36
Core API client functionality with models and clients for Microsoft Teams integration.

packages/app/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!CAUTION]
2+
> This project is in active development and not ready for production use. It has not been publicly announced yet.
3+
14
# Microsoft Teams App Framework
25

36
High-level framework for building Microsoft Teams bots and applications.

packages/cards/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!CAUTION]
2+
> This project is in active development and not ready for production use. It has not been publicly announced yet.
3+
14
# Microsoft Teams Cards
25

36
Adaptive cards functionality for Microsoft Teams applications.

packages/common/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!CAUTION]
2+
> This project is in active development and not ready for production use. It has not been publicly announced yet.
3+
14
# Microsoft Teams Common Utilities
25

36
Shared utilities including HTTP client, logging, storage, and event handling.

packages/devtools/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
Microsoft Teams DevTools
1+
> [!CAUTION]
2+
> This project is in active development and not ready for production use. It has not been publicly announced yet.
3+
4+
# Microsoft Teams DevTools
25
The developer tools can be used to locally interact with an app to streamline the testing/development process, preventing you from needing to deploy/register the app or expose a public endpoint.

0 commit comments

Comments
 (0)