Files
ptulsconv/CONTRIBUTING.md
Jamie Hardt c45ca3a8fd Decline contributions from Large Language Models
Added a note regarding contributions from Large Language Models.
2026-02-15 15:49:26 -08:00

12 lines
252 B
Markdown

# Contributing to ptulsconv
\
Contributions made by Large Language Models are politely declined.
## Testing
Before submitting PRs or patches, please make sure your branch passes all of the unit tests by running Pytest.
```sh
~/ptulsconv$ pytest
```