diff options
| author | Jani Nikula <jani@nikula.org> | 2013-03-29 22:51:39 +0200 |
|---|---|---|
| committer | Jani Nikula <jani@nikula.org> | 2013-03-29 22:53:15 +0200 |
| commit | a2b2c187ffe71736eb1f5eb381efdaad170a21e4 (patch) | |
| tree | 8416d4af06c52588f62dece32239fe68f268138b | |
| parent | 61ba599cb7e5319b5988955788bcdce2c3ee7a56 (diff) | |
contributing: mention command-line completion
| -rw-r--r-- | contributing.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 11d711b..3729a76 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -116,6 +116,14 @@ update the Emacs documentation. If you make user visible changes, you should add an entry to the [`NEWS`](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/NEWS) file. +## Update command-line completion + +If you modify or add new features to the Notmuch command-line tools, it +would be a nice bonus if you also updated the Notmuch command-line +completion scripts under the `completion` directory of the Notmuch +source. Not required, but nice to have, and definitely can be done +afterwards. + ## Subscribe to the Notmuch mailing list While strictly not required, it is advisable to subscribe to the |
