Skip to content

Commit ff74106

Browse files
committed
remove apply style
1 parent cfd892c commit ff74106

File tree

1 file changed

+1
-10
lines changed
  • doc/superbuild/source/developers/pull_requests

1 file changed

+1
-10
lines changed

doc/superbuild/source/developers/pull_requests/OpenPR.rst

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,8 @@ merged, delete the local copy the branch:
4545
$ git branch -D <branch-name>
4646
4747
48-
.. note::
49-
50-
When you open a PR, various "checks" will run on your code. You can see the status of these
51-
checks at the bottom of the PR page on GitHub. Any fixes needed to pass the checks for
52-
formatting, spelling, and SWIG updates can be automatically addressed by leaving a comment
53-
``/autofix``. Checks that build the code, run more extensive tests, etc., will not automatically
54-
be fixed.
55-
56-
5748
.. warning::
5849

5950
Almost all pull requests should be issued against the ``develop`` branch.
6051
Generally, the only branches we merge to ``main`` are special PRs to synchronize
61-
``develop`` and ``main``.
52+
``develop`` and ``main``.

0 commit comments

Comments
 (0)