Skip to content

Commit

Permalink
docs: add note about changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Dec 12, 2024
1 parent 3b718ec commit ad5edc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

### Fixes

- **Remind contributors to update the changelog**. CI fails if you don't add an entry to `CHANGELOG.md` but this is not mentioned in the development documentation.

## 0.16.11

### Enhancements
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ If using the optional `pre-commit`, you'll just need to install the hooks with `
`pre-commit` package is installed as part of `make install` mentioned above. Finally, if you decided to use `pre-commit`
you can also uninstall the hooks with `pre-commit uninstall`.

When submitting a pull request, make sure to add an entry to
[`CHANGELOG.md`](./CHANGELOG.md) (under the development version at the
top of the file) describing the changes.

In addition to develop in your local OS we also provide a helper to use docker providing a development environment:

```bash
Expand Down

0 comments on commit ad5edc6

Please sign in to comment.