Skip to content

Commit f1d5cda

Browse files
committed
Use sentence case
1 parent e140027 commit f1d5cda

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This library provides extensive file format support, an efficient internal repre
9595

9696
The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.
9797

98-
## More Information
98+
## More information
9999

100100
- [Documentation](https://pillow.readthedocs.io/)
101101
- [Installation](https://pillow.readthedocs.io/en/latest/installation/basic-installation.html)
@@ -107,6 +107,6 @@ The core image library is designed for fast access to data stored in a few basic
107107
- [Changelog](https://github.com/python-pillow/Pillow/releases)
108108
- [Pre-fork](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst#pre-fork)
109109

110-
## Report a Vulnerability
110+
## Report a vulnerability
111111

112112
To report a security vulnerability, please follow the procedure described in the [Tidelift security policy](https://tidelift.com/docs/security).

RELEASING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Release Checklist
1+
# Release checklist
22

33
See https://pillow.readthedocs.io/en/stable/releasenotes/versioning.html for
44
information about how the version numbers line up with releases.
55

6-
## Main Release
6+
## Main release
77

88
Released quarterly on January 2nd, April 1st, July 1st and October 15th.
99

1010
* [ ] Create a new issue and select the "Release" template.
1111

12-
## Point Release
12+
## Point release
1313

1414
Released as needed for security, installation or critical bug fixes.
1515

@@ -39,7 +39,7 @@ Released as needed for security, installation or critical bug fixes.
3939
git push
4040
```
4141

42-
## Embargoed Release
42+
## Embargoed release
4343

4444
Released as needed privately to individual vendors for critical security-related bug fixes.
4545

@@ -63,15 +63,15 @@ Released as needed privately to individual vendors for critical security-related
6363
git push origin 2.5.x
6464
```
6565

66-
## Publicize Release
66+
## Publicize release
6767

6868
* [ ] Announce release availability via [Mastodon](https://fosstodon.org/@pillow) e.g. https://fosstodon.org/@pillow/110639450470725321
6969

7070
## Documentation
7171

7272
* [ ] Make sure the [default version for Read the Docs](https://pillow.readthedocs.io/en/stable/) is up-to-date with the release changes
7373

74-
## Docker Images
74+
## Docker images
7575

7676
* [ ] Update Pillow in the Docker Images repository
7777
```bash

0 commit comments

Comments
 (0)