while the `Commit title`_ describes only the changes in a particular commit.
If GitHub suggests a PR title based on a very long commit message it will split
-the result with an elipsis (...) and fold the remainder into the PR description.
+the result with an ellipsis (...) and fold the remainder into the PR description.
In such a case, please edit the title to be more concise and the description to
-remove the elipsis.
+remove the ellipsis.
Keep in mind that the PR titles feed directly into the script that generates
release notes and it is tedious to clean up non-conformant PR titles at release
`COPYING`_ in the top-level directory of the source-code tree.
.. _`COPYING`:
- https://github.com/ceph/ceph/blob/master/COPYING
+ https://github.com/ceph/ceph/blob/main/COPYING
Source code repositories
------------------------
^^^^^^
* Bug fixes
-* Features are sometime accepted
+* Features are sometimes accepted
* Commits should be cherry-picked from *main* when possible
* Commits that are not cherry-picked from *main* must pertain to a bug unique to
the stable release
$ ./qa/workunits/mon/osd.sh
-.. _test_reconnect_timeout: https://github.com/ceph/ceph/blob/master/qa/tasks/cephfs/test_client_recovery.py#L133
-.. _TestClientRecovery: https://github.com/ceph/ceph/blob/master/qa/tasks/cephfs/test_client_recovery.py#L86
+.. _test_reconnect_timeout: https://github.com/ceph/ceph/blob/main/qa/tasks/cephfs/test_client_recovery.py#L133
+.. _TestClientRecovery: https://github.com/ceph/ceph/blob/main/qa/tasks/cephfs/test_client_recovery.py#L86
.. _teuthology: https://github.com/ceph/teuthology
-.. _vstart_runner.py: https://github.com/ceph/ceph/blob/master/qa/tasks/vstart_runner.py
+.. _vstart_runner.py: https://github.com/ceph/ceph/blob/main/qa/tasks/vstart_runner.py
the same time zone and from their perspective the tests were run overnight.
The results of nightly test runs are published at http://pulpito.ceph.com/
-under the user ``teuthology``. The developer nick appears in URL of the the
+under the user ``teuthology``. The developer nick appears in URL of the
test results and in the first column of the Pulpito dashboard. The results are
also reported on the `ceph-qa mailing list <https://ceph.com/irc/>`_.