Skip to content

Commit 4d45eb5

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
docs: update CONTRIBUTING.md (#1710)
1 parent 48026f3 commit 4d45eb5

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
@@ -31,13 +31,13 @@ $ pip install -r requirements-dev.lock
3131

3232
## Modifying/Adding code
3333

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

3738
## Adding and running examples
3839

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

4242
```bash
4343
# add an example to examples/<your-example>.py

0 commit comments

Comments
 (0)