Skip to content

Commit 4c9393a

Browse files
committed
Update CONTRIBUTING.md
1 parent 3bcfd5c commit 4c9393a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[FORMAT]
2-
max-line-length=120
2+
max-line-length=88
33

44
[MAIN]
55
ignore=tests, data, venv

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ not understand the failure, please ask for help.
1919

2020
#### Issues
2121

22-
To resolve an [open issue](https://github.com/john-liu2/batch_img/issues), simply make
23-
a _pull request_ with your fix. __No issue is assigned in this repo__. Please
24-
__do not__ ask for permission to work on an issue.
22+
To resolve an [open issue](https://github.com/john-liu2/batch_img/issues),
23+
simply make a _pull request_ with your fix. __No issue is assigned in this repo__.
24+
Please __do not__ ask for permission to work on an issue.
2525

2626
Please add `Fixes #{$ISSUE_NUMBER}` to the pull request description that resolves
2727
the open issue.
28-
For example, if the pull request fixes __issue #8__, then please add the following to its
29-
description:
28+
For example, if the pull request fixes __issue #8__, then please add the following to
29+
the pull request's description:
3030

3131
```
3232
Fixes #8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ uv pip install --upgrade batch_img
5757

5858
```
5959
✗ batch_img --version
60-
0.2.5
60+
0.3.0
6161
6262
6363
✗ batch_img auto ~/Documents

0 commit comments

Comments
 (0)