You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,21 @@ Bug fixes, feature additions, tests, documentation and more can be contributed v
4
4
5
5
## Bug fixes, feature additions, etc.
6
6
7
-
Please send a pull request to the master branch. Please include [documentation](https://pillow.readthedocs.io) and [tests](../Tests/README.rst) for new features. Tests or documentation without bug fixes or feature additions are welcome too. Feel free to ask questions [via issues](https://github.com/python-pillow/Pillow/issues/new), [Gitter](https://gitter.im/python-pillow/Pillow) or irc://irc.freenode.net#pil
7
+
Please send a pull request to the `main` branch. Please include [documentation](https://pillow.readthedocs.io) and [tests](../Tests/README.rst) for new features. Tests or documentation without bug fixes or feature additions are welcome too. Feel free to ask questions [via issues](https://github.com/python-pillow/Pillow/issues/new), [Gitter](https://gitter.im/python-pillow/Pillow) or irc://irc.freenode.net#pil
8
8
9
9
- Fork the Pillow repository.
10
-
- Create a branch from master.
10
+
- Create a branch from `main`.
11
11
- Develop bug fixes, features, tests, etc.
12
12
- Run the test suite. You can enable GitHub Actions (https://github.com/MY-USERNAME/Pillow/actions) and [AppVeyor](https://ci.appveyor.com/projects/new) on your repo to catch test failures prior to the pull request, and [Codecov](https://codecov.io/gh) to see if the changed code is covered by tests.
13
-
- Create a pull request to pull the changes from your branch to the Pillow master.
13
+
- Create a pull request to pull the changes from your branch to the Pillow `main`.
14
14
15
15
### Guidelines
16
16
17
17
- Separate code commits from reformatting commits.
18
18
- Provide tests for any newly added code.
19
19
- Follow PEP 8.
20
20
- When committing only documentation changes please include `[ci skip]` in the commit message to avoid running tests on AppVeyor.
21
+
- Include [release notes](https://github.com/python-pillow/Pillow/tree/main/docs/releasenotes) as needed or appropriate with your bug fixes, feature additions and tests.
21
22
22
23
## Reporting Issues
23
24
@@ -34,4 +35,4 @@ The best reproductions are self-contained scripts with minimal dependencies. If
34
35
35
36
## Security vulnerabilities
36
37
37
-
Please see our [security policy](https://github.com/python-pillow/Pillow/blob/master/.github/SECURITY.md).
38
+
Please see our [security policy](https://github.com/python-pillow/Pillow/blob/main/.github/SECURITY.md).
0 commit comments