diff options
| author | David Bremner <david@tethera.net> | 2021-12-23 20:14:23 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-12-23 20:14:23 -0400 |
| commit | ab14fcb768cc71f63f93fd4edc0c8b512a55815c (patch) | |
| tree | c02670ac827a67c5c1ecf103aa534fb50cb2b0b6 | |
| parent | 9b1e1c2ab53ff199b63fe3286d54f0cf846aadfc (diff) | |
update contribution guidelines.
Mention emacs-keybindings.org, relax a bit about NEWS.
| -rw-r--r-- | contributing.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 473de8f..a5bbfb3 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -112,11 +112,17 @@ Notmuch source. If you modify or add new features to the Notmuch Emacs UI, you should update the Emacs documentation. +If you add a new keybinding, update `devel/emacs-keybindings.org`. As +much as possible, try to be consistent between modes. + ## Update NEWS If you make user visible changes, you should add an entry to the [`NEWS`](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/NEWS) file. +In practice adding NEWS items can be done later during the release +process, but then you typically get a one line mention, if at all. + ## Update command-line completion If you modify or add new features to the Notmuch command-line tools, it |
