Skip to content

Commit 4745bb3

Browse files
authored
[NFC] Remove reference to Differential. (#101587)
Remove reference to Differential since Phabricator is not used anymore.
1 parent bbe0663 commit 4745bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/Contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Once you have a patch ready, it is time to submit it. The patch should:
5858
* conform to the :doc:`CodingStandards`. You can use the `clang-format-diff.py`_ or `git-clang-format`_ tools to automatically format your patch properly.
5959
* not contain any unrelated changes
6060
* be an isolated change. Independent changes should be submitted as separate patches as this makes reviewing easier.
61-
* have a single commit (unless stacked on another Differential), up-to-date with the upstream ``origin/main`` branch, and don't have merges.
61+
* have a single commit, up-to-date with the upstream ``origin/main`` branch, and don't have merges.
6262

6363
.. _format patches:
6464

0 commit comments

Comments
 (0)