Skip to content

Commit e583c2d

Browse files
docs: update CONTRIBUTING.md (#1071)
1 parent 329a30a commit e583c2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ This will install all the required dependencies and build output files to `dist/
1414

1515
## Modifying/Adding code
1616

17-
Most of the SDK is generated code, and any modified code will be overridden on the next generation. The
18-
`src/lib/` and `examples/` directories are exceptions and will never be overridden.
17+
Most of the SDK is generated code. Modifications to code will be persisted between generations, but may
18+
result in merge conflicts between manual patches and changes from the generator. The generator will never
19+
modify the contents of the `src/lib/` and `examples/` directories.
1920

2021
## Adding and running examples
2122

22-
All files in the `examples/` directory are not modified by the Stainless generator and can be freely edited or
23-
added to.
23+
All files in the `examples/` directory are not modified by the generator and can be freely edited or added to.
2424

2525
```bash
2626
// add an example to examples/<your-example>.ts

0 commit comments

Comments
 (0)