Skip to content

Commit da73480

Browse files
authored
Update CONTRIBUTING.md
1 parent 52c27f9 commit da73480

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ To run the test suite enter in your terminal:
3232
uv run tox
3333
```
3434

35+
#### Pull Requests
36+
37+
Ensure there is an existing issue describing the bug, feature, or improvement. If not, create one and discuss the approach before starting work. Fork the repository and create a feature branch from the `dev` branch.
38+
39+
**PR Requirements:**
40+
- Code builds successfully and all tests pass.
41+
- New functionality includes appropriate tests.
42+
- Documentation is updated if behavior or usage has changed.
43+
- No unnecessary formatting or unrelated refactoring is included.
44+
3545
#### Building
3646

3747
Building can also be done with `uv`! The build system (flit) is specified in the `pyproject.toml` file and should have been installed automatically by `uv`. To build the wheels enter in your terminal:

0 commit comments

Comments
 (0)