Skip to content

Commit d690625

Browse files
committed
Regroup versioning and testing and link to it
People will be more likely to read this guide.
1 parent 50fcda2 commit d690625

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributing
2+
3+
See https://www.doctrine-project.org/projects/doctrine-coding-standard/en/stable/reference/index.html#contributing

docs/en/reference/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,11 @@ and `the list of configuration options <https://github.com/squizlabs/PHP_CodeSni
117117

118118
To learn about customizing the rules, please refer to the :ref:`customizing` chapter.
119119

120+
Contributing
121+
============
122+
120123
Versioning
121-
==========
124+
----------
122125

123126
This library follows semantic versioning, and additions to the code ruleset
124127
are only performed in major releases.
@@ -131,7 +134,7 @@ The minor branch can receive refactorings, and dependency updates that
131134
do not affect the code ruleset.
132135

133136
Testing
134-
=======
137+
-------
135138

136139
If you are contributing to the Doctrine Coding Standard and want to test your contribution, you just
137140
need to execute the ``test`` GNU make target:

0 commit comments

Comments
 (0)