8000 docs: Update dev policies (#7793) · django-cms/django-cms@ad02c75 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad02c75

Browse files
authored
docs: Update dev policies (#7793)
1 parent e1ba77a commit ad02c75

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/contributing/development-policies.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Reporting security issues
2323
Review
2424
******
2525

26-
All patches should be made as pull requests **against develop** to
26+
All patches should be made as pull requests **against develop-4** to
2727
`the GitHub repository <https://github.com/django-cms/django-cms>`_. Patches should
2828
never be pushed directly.
2929

@@ -70,7 +70,7 @@ Release schedule
7070
****************
7171

7272
The `roadmap <https://www.django-cms.org/en/roadmap/>`_ can be found on our website. The release schedule is
73-
managed by the release management workgroup. The plan is to release quarterly and according to a retrospectice approach.
73+
managed by the release management workgroup. The plan is to release quarterly and according to a retrospective approach.
7474

7575
Example of retrospective approach.
7676

@@ -128,6 +128,11 @@ Commits
128128
Commit messages
129129
===============
130130

131+
We follow the `Conventional Commits
132+
<https://www.conventionalcommits.org>`_ specification for commit messages.
133+
Pull requests are linted against this specification so please make your PR title
134+
match the specification.
135+
131136
Commit messages and their subject lines should be written in the past tense, not present tense, for example:
132137

133138
Updated contribution policies.

0 commit comments

Comments
 (0)
0