diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-24 21:08:15 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-24 21:08:15 -0200 |
commit | 47eb829ca054682f7ee16b07d8c6e2b0221f9397 (patch) | |
tree | 99128df3070fc15b8569a39a71e7a56c5f604540 /development.mdwn | |
parent | 42e90fa4aadf20bb9f601f827617a04797eb5c4c (diff) | |
download | keyringer-47eb829ca054682f7ee16b07d8c6e2b0221f9397.tar.gz keyringer-47eb829ca054682f7ee16b07d8c6e2b0221f9397.tar.bz2 |
Dev note
Diffstat (limited to 'development.mdwn')
-rw-r--r-- | development.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development.mdwn b/development.mdwn index f432ca8..8c0c1ad 100644 --- a/development.mdwn +++ b/development.mdwn @@ -91,11 +91,12 @@ Notes: * `git-import-orig` takes care of running `pristine-tar commit`, of merging of the tag and orig tarball into the upstream branch, and then it merges the result into the debian branch. With the above configuration, it also runs git-dch to do the bulk of the work in `debian/changelog`. * To build a development package, checkout the debian branch, merge master, run `git-dch --auto --snapshot` and build. -Adding a subcommand -------------------- +Adding or changing a subcommand +------------------------------- -When adding a new subcommand, ensure: +When adding a new subcommand or changing subcommand behavior, ensure: +* Documentation is updated. * Manpage is updated. * Shell completions are updated. |