Skip to content

Commit 3edfac3

Browse files
committed
chore: move seccond words at titles to lowercase
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 35142c2 commit 3edfac3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

developer_manual/getting-started/branch-policies.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Branch policies
33

44
This document describes the branching model used in LibreSign and how contributions should be targeted.
55

6-
Branch Names
6+
Branch names
77
------------
88

99
Main
@@ -42,7 +42,7 @@ Stable branches maintain release lines compatible with a specific **Nextcloud Se
4242
In LibreSign, ``min-version`` and ``max-version`` are always the same number.
4343
This number is the MAJOR version of the compatible Nextcloud Server.
4444

45-
Target Branches for Contributions
45+
Target branches for contributions
4646
---------------------------------
4747

4848
- **New features / improvements**:
@@ -61,18 +61,18 @@ Target Branches for Contributions
6161
- Create a branch from that stable branch.
6262
- Open a PR to the same stable branch.
6363

64-
Bugfixes and Backports
64+
Bugfixes and backports
6565
----------------------
6666
If a bug fix also needs to be applied to an older release line, it must be **backported**.
6767
Backporting means applying the same change to another branch (Git calls this *cherry-picking*).
6868

69-
Automatic Backport
69+
Automatic backport
7070
^^^^^^^^^^^^^^^^^^
7171
If the cherry-pick applies cleanly and only small conflicts need to be resolved, the `backport bot <https://github.com/nextcloud/backportbot>`_ can be used.
7272

7373
See the `bot usage <https://github.com/nextcloud/backportbot#usage>`_ for available commands.
7474

75-
Manual Backport
75+
Manual backport
7676
^^^^^^^^^^^^^^^
7777
For more complex changes, the backport must be done manually:
7878

@@ -93,6 +93,6 @@ For more complex changes, the backport must be done manually:
9393
9494
# Open a pull request for the backport
9595
96-
Creating Branch
96+
Creating branch
9797
---------------
9898
Follow the convention of naming branches as ``feature/description`` or ``bugfix/description``.

0 commit comments

Comments
 (0)