From 75cbed244525fc999d353d07716dd87b6cfe62cb Mon Sep 17 00:00:00 2001 From: Masahiro Hiramori Date: Wed, 8 Nov 2023 15:56:05 +0900 Subject: [PATCH] add `--rev` argument --- docs/contribute/pull_request.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute/pull_request.rst b/docs/contribute/pull_request.rst index 60faff307457..87da5ae1b174 100644 --- a/docs/contribute/pull_request.rst +++ b/docs/contribute/pull_request.rst @@ -57,7 +57,7 @@ Guidelines .. code:: bash # Run clang-format check for all the files that changed since upstream/main - docker/bash.sh ci_lint ./tests/lint/git-clang-format.sh upstream/main + docker/bash.sh ci_lint ./tests/lint/git-clang-format.sh --rev upstream/main - Add test-cases to cover the new features or bugfix the patch introduces. - Document the code you wrote, see more at :ref:`doc_guide`