Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ git commit -s -m "your message"
which appends a `Signed-off-by:` line using the name and email from your
`git config`.

## Scope of review

A pull request whose changes are limited to a fix already spelled out in an
issue may not be reviewed. Confirming such a change costs more maintainer time
than making it directly, so these are usually handled in-house.

## Development setup

PyBNF uses [uv](https://docs.astral.sh/uv/) to manage its development
Expand Down