diff options
author | Robert Göhler <github@ghlr.de> | 2020-06-30 22:04:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 22:04:43 +0200 |
commit | 53c407cde38d29ebfe2f6cf0d79cc59d8800418f (patch) | |
tree | 21f80ccd56bcac538bc75edb04f6d67f8547d92f /docs/contributing/development.rst | |
parent | 4e8c17bf5891ad565ce94edf4e4a8bf339a7b532 (diff) | |
parent | 5cd60bf0283519100e3dc3f2194ea087b67a14cd (diff) | |
download | vyos-documentation-53c407cde38d29ebfe2f6cf0d79cc59d8800418f.tar.gz vyos-documentation-53c407cde38d29ebfe2f6cf0d79cc59d8800418f.zip |
Merge pull request #275 from rebortg/cfgcmd_crux
Sphinx: backport cfgcmd and opcmd directives to crux
Diffstat (limited to 'docs/contributing/development.rst')
-rw-r--r-- | docs/contributing/development.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/contributing/development.rst b/docs/contributing/development.rst index 547c238b..f2fdb313 100644 --- a/docs/contributing/development.rst +++ b/docs/contributing/development.rst @@ -31,6 +31,7 @@ eases the automatic generation of a changelog file. A good approach for writing commit messages is actually to have a look at the file(s) history by invoking ``git log path/to/file.txt``. +.. _prepare_commit: Preparding patch/commit ^^^^^^^^^^^^^^^^^^^^^^^ @@ -81,12 +82,12 @@ post: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html * All text of the commit message should be wrapped at 72 characters if possible which makes reading commit logs easier with ``git log`` on a - standard terminal (which happens to be 80x25) + standard terminal (which happens to be 80x25) * If applicable a reference to a previous commit should be made linking those commits nicely when browsing the history: ``After commit abcd12ef - ("snmp: this is a headline") a Python import statement is missing, - throwing the follwoing exception: ABCDEF`` + ("snmp: this is a headline") a Python import statement is missing, + throwing the following exception: ABCDEF`` * Always use the ``-x`` option to the ``git cherry-pick`` command when back or forward porting an individual commit. This automatically appends the line: |