Skip to content

Commit 8d37aee

Browse files
committed
Put the titles in more logical sections.
1 parent 90223c3 commit 8d37aee

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

llvm/docs/MyFirstTypoFix.rst

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -402,15 +402,18 @@ For your first patches, this means:
402402
opinion.
403403

404404

405-
Accepting a revision
406-
~~~~~~~~~~~~~~~~~~~~
405+
Accepting a pull request
406+
------------------------
407407

408408
When the reviewer is happy with the change, they will **Approve** the
409409
pull request. They may leave some more minor comments that you should
410410
address before it is merged, but at this point the review is complete.
411411
It's time to get it merged!
412412

413413

414+
Commit access
415+
=============
416+
414417
Commit by proxy
415418
---------------
416419

@@ -423,8 +426,8 @@ them! Leave a comment on the review like:
423426

424427
The pull-request will be closed and you will be notified by GitHub.
425428

426-
Commit access
427-
=============
429+
Getting commit access
430+
---------------------
428431

429432
Once you've contributed a handful of patches to LLVM, start to think
430433
about getting commit access yourself. It's probably a good idea if:
@@ -436,12 +439,7 @@ about getting commit access yourself. It's probably a good idea if:
436439
- you'd like to keep contributing to LLVM.
437440

438441

439-
Getting commit access
440-
---------------------
441-
442-
LLVM uses Git for committing changes. The details are in the
443-
:ref:`developer policy document <obtaining_commit_access>`.
444-
442+
The process is described in the :ref:`developer policy document <obtaining_commit_access>`.
445443

446444
With great power
447445
----------------
@@ -451,7 +449,7 @@ policy <developer_policy>` too.
451449

452450

453451
Post-commit errors
454-
------------------
452+
==================
455453

456454
Once your change is submitted it will be picked up by automated build
457455
bots that will build and test your patch in a variety of configurations.

0 commit comments

Comments
 (0)