Skip to content

Commit

Permalink
#5 Split docs into Open and Custom Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
groganz committed Jul 16, 2016
1 parent 6eb57c7 commit 2183a3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions open/developer/book/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ Commit Message
The Git commit message should point to the issue you are working on. The syntax
is:

.. code-block::
.. code-block:: text
CampaignChain/campaignchain#{issue-number} {issue-title}
In `PHPStorm`_, you can use below definition
for the commit message field when configuring the GitHub server to retrieve
issues within PHPStorm:

.. code-block::
.. code-block:: text
CampaignChain/{project}#{number} {summary}
Expand Down Expand Up @@ -96,6 +96,7 @@ modules/bundles you'd like to use for development. Just list them in the
Here's an example how to do it for your custom module/bundle:

.. code-block:: yaml
"require-dev": {
"acme/my-bundle": "my-branch as dev-master"
},
Expand All @@ -105,6 +106,7 @@ a branch and define it as an inline alias. All `Composer version constraints`_
defined elsewhere will be overridden.

.. code-block:: yaml
"require-dev": {
"campaignchain/core": "my-branch as dev-master"
},
Expand Down

0 comments on commit 2183a3d

Please sign in to comment.