mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 17:00:46 +00:00
10 lines
183 B
Markdown
10 lines
183 B
Markdown
# Contributing to ptulsconv
|
|
|
|
## Testing
|
|
|
|
Before submitting PRs or patches, please make sure your branch passes all of the unit tests by running Pylint.
|
|
|
|
```sh
|
|
~/ptulsconv$ pylint
|
|
```
|