File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Reporting security issues
23
23
Review
24
24
******
25
25
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
27
27
`the GitHub repository <https://github.com/django-cms/django-cms >`_. Patches should
28
28
never be pushed directly.
29
29
@@ -70,7 +70,7 @@ Release schedule
70
70
****************
71
71
72
72
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.
74
74
75
75
Example of retrospective approach.
76
76
@@ -128,6 +128,11 @@ Commits
128
128
Commit messages
129
129
===============
130
130
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
+
131
136
Commit messages and their subject lines should be written in the past tense, not present tense, for example:
132
137
133
138
Updated contribution policies.
You can’t perform that action at this time.
0 commit comments