Skip to content

Commit 9847abe

Browse files
docs: update CONTRIBUTING.md (#495)
1 parent 3197686 commit 9847abe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
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/finch/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/finch/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)