summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-03-19 15:41:48 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-03-19 15:42:10 +0100
commit8761407a8f5a0a47656b3c3dd3c7c25fb4414612 (patch)
tree193de9ebc6db1c2673923883922f9d3e01c4ee94
parent1af06ffaa537fc9aefb76b6589072873d7dbf54a (diff)
downloaddjango-8761407a8f5a0a47656b3c3dd3c7c25fb4414612.tar.gz
[4.0.x] Renamed Jenkins wiki page to CI.
Jenkins is no longer the only CI tool. Backport of b07ee98b27e58992fdc10fec0ec67e68ae1d272d from main
-rw-r--r--docs/internals/contributing/committing-code.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt
index 7312230884..35a3ad13ce 100644
--- a/docs/internals/contributing/committing-code.txt
+++ b/docs/internals/contributing/committing-code.txt
@@ -20,11 +20,11 @@ best pull requests possible. In practice however, committers - who will likely
be more familiar with the commit guidelines - may decide to bring a commit up
to standard themselves.
-You may want to have Jenkins test the pull request with one of the pull request
-builders that doesn't run automatically, such as Oracle or Selenium. See the
-`Jenkins wiki page`_ for instructions.
+You may want to have Jenkins or GitHub actions test the pull request with one
+of the pull request builders that doesn't run automatically, such as Oracle or
+Selenium. See the `CI wiki page`_ for instructions.
-.. _Jenkins wiki page: https://code.djangoproject.com/wiki/Jenkins
+.. _CI wiki page: https://code.djangoproject.com/wiki/CI
If you find yourself checking out pull requests locally more often, this git
alias will be helpful::