Skip to content

Commit 6a2b483

Browse files
authored
Update CONTRIBUTING.md
Awesome contribution, I know lol... just noticed that this block was duplicated on the page?
1 parent 07fdb47 commit 6a2b483

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ SDKs must follow the [Architecture Decision Record](https://github.com/starfeder
3838

3939
Datastar’s documentation is written in markdown files that live in [this folder](https://github.com/starfederation/datastar/tree/develop/site/static/md). Improvements to them can be submitted via pull requests.
4040

41-
## SDKs
42-
43-
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:
44-
45-
- A README file that explains how to use the SDK.
46-
- An entry in the [SDKs reference guide](https://github.com/starfederation/datastar/blob/develop/site/static/md/reference/sdks.md).
47-
- A `Language` struct in `SDKLanguages` in [`consts.go`](https://github.com/starfederation/datastar/blob/develop/build/consts.go).
48-
- A `consts_[language].qtpl` file for generating [constants and defaults](https://github.com/starfederation/datastar/blob/develop/build).
49-
- Sample [code snippets](https://github.com/starfederation/datastar/tree/develop/site/static/code_snippets) in the language of your SDK.
50-
- An implementation of each of the [examples](https://github.com/starfederation/datastar/tree/develop/examples).
51-
5241
## Building
5342

5443
Datastar comes with instructions for building, either manually or via Docker. Read the [Building Guidelines »](BUILDING.md)

0 commit comments

Comments
 (0)