Skip to content

Commit

Permalink
[NFC] Remove reference to Differential. (llvm#101587)
Browse files Browse the repository at this point in the history
Remove reference to Differential since Phabricator is not used
anymore.
  • Loading branch information
jurahul authored Aug 5, 2024
1 parent bbe0663 commit 4745bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/Contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Once you have a patch ready, it is time to submit it. The patch should:
* conform to the :doc:`CodingStandards`. You can use the `clang-format-diff.py`_ or `git-clang-format`_ tools to automatically format your patch properly.
* not contain any unrelated changes
* be an isolated change. Independent changes should be submitted as separate patches as this makes reviewing easier.
* have a single commit (unless stacked on another Differential), up-to-date with the upstream ``origin/main`` branch, and don't have merges.
* have a single commit, up-to-date with the upstream ``origin/main`` branch, and don't have merges.

.. _format patches:

Expand Down

0 comments on commit 4745bb3

Please sign in to comment.