Clarify SDK

This commit is contained in:
Ben Croker 2025-02-06 07:51:20 -06:00
parent 7314357d2e
commit e1fb273cd8
No known key found for this signature in database
GPG Key ID: 09D799816F1CF332
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,9 @@ Datastars documentation is written in markdown files that live in [this folde
## SDKs
SDKs must follow the [Architecture Decision Record](https://github.com/starfederation/datastar/blob/develop/sdk/README.md) document. Pull requests for new SDKs should also include the following:
We are currently only accepting SDKs from people willing to contribute _and maintain_ them.
SDKs must follow the [Architecture Decision Record](https://github.com/starfederation/datastar/blob/develop/sdk/README.md). Pull requests for new SDKs must also include the following:
- A README file that explains how to use the SDK.
- An entry in the [SDKs reference guide](https://github.com/starfederation/datastar/blob/develop/site/static/md/reference/sdks.md).