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
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ Please send a pull request to the `main` branch. Please include [documentation](
9
9
- Fork the Pillow repository.
10
10
- Create a branch from `main`.
11
11
- Develop bug fixes, features, tests, etc.
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.
12
+
- Run the test suite. You can enable GitHub Actions (https://github.com/MY-USERNAME/Pillow/actions) 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
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
-
- When committing only documentation changes please include `[ci skip]` in the commit message to avoid running tests on AppVeyor.
20
+
- When committing only documentation changes please include `[ci skip]` in the commit message to avoid running extra tests.
21
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.
0 commit comments