Skip to content

Commit 7283b47

Browse files
authored
Add dependencies note to Contributing guide (#325)
1 parent 01d0aad commit 7283b47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ npm run format
203203
npm run lint
204204
```
205205

206+
### Dependencies
207+
208+
- The docs and tutorials depend on `SNIPSTART` and `SNIPEND` comments in samples. Make sure to search through the [docs](https://github.com/temporalio/documentation/) and [learn](https://github.com/temporalio/temporal-learning) repos to make sure a snippet is unused before removing it.
209+
- There are [blog posts](https://temporal.io/blog/building-reliable-distributed-systems-in-node) and a PDF that depend on the file structure of the `food-delivery/` sample.
210+
206211
### Updating to latest SDK version
207212

208213
```sh

0 commit comments

Comments
 (0)