Skip to content

Commit

Permalink
Add paragraph on fixing code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Mar 24, 2023
1 parent 24d8429 commit 5e856e4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ Please read the information below about adding new code examples.
We are currently interested in [the following examples](https://github.com/keras-team/keras-io/blob/master/call_for_contributions.md).


## Fixing something in an existing code example

### Fixing typos

If your fix is very simple, please send out a PR simultaneously updating
the `.py`, the `.md`, and the `.ipynb` files for the example.

## More extensive fixes

For larger fixes, please send a PR that only includes the `.py` file,
so we only update the other two files once the code has been reviewed
and approved.


## Adding a new code example

Expand Down

0 comments on commit 5e856e4

Please sign in to comment.