mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-04-01 19:52:30 +00:00
12 lines
252 B
Markdown
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
|
|
```
|