Skip to content

Commit 8aeca63

Browse files
nashifcfriedt
authored andcommitted
doc: use commit range as argument, not upstream/main
upstream/main depends on how you checked out the repo, it can be anything and user might have a different remote. Use <commit range> instead to make it more general. Fixes #96121 Signed-off-by: Anas Nashif <[email protected]>
1 parent c6608fc commit 8aeca63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contribute/guidelines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ before opening a new Pull Request:
607607

608608
.. code-block:: bash
609609
610-
./scripts/ci/check_compliance.py -c upstream/main..
610+
./scripts/ci/check_compliance.py -c <commit range>
611611
612612
.. note::
613613
On Windows if the .pl extension has not yet been associated with an

0 commit comments

Comments
 (0)