Skip to content

Commit

Permalink
docs(contributing): format table for better layout
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Mar 1, 2019
1 parent 0e40511 commit 25586ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Relationship between commit type and version bump
This formula applies some customisations to the defaults, as outlined in the table below,
based upon the `type <https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#type>`_ of the commit:

.. tabularcolumns:: |l|l|l|c|c|

.. list-table::
:name: commit-type-vs-version-bump
:header-rows: 1
Expand All @@ -73,7 +75,8 @@ based upon the `type <https://github.com/angular/angular.js/blob/master/DEVELOPE
-
* - ``chore``
- –
- Changes to the build process or auxiliary tools and libraries such as documentation generation
- Changes to the build process or auxiliary tools and libraries such as
documentation generation
- –
-
* - ``ci``
Expand Down Expand Up @@ -113,7 +116,8 @@ based upon the `type <https://github.com/angular/angular.js/blob/master/DEVELOPE
- 0.0.1
* - ``style``
- Styles
- Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)
- Changes that do not affect the meaning of the code (white-space,
formatting, missing semi-colons, etc.)
- –
- 0.0.1
* - ``test``
Expand Down

0 comments on commit 25586ae

Please sign in to comment.