X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/19304f7c526fbe36ba0db2fb80bcaf3bd974d81d..ee66c1452ad6f627879c9ec8156342f5e90c2253:/doc/devel-notes.txt?ds=sidebyside diff --git a/doc/devel-notes.txt b/doc/devel-notes.txt index 8b7b610..31db35e 100644 --- a/doc/devel-notes.txt +++ b/doc/devel-notes.txt @@ -157,9 +157,11 @@ submission to the mutt-dev mailing list for discussion and review. In order to ease later bisecting in case of bugs and code history, changes should be grouped logically, feature by feature or bugfix by -bugfix. Escpecially a single patch fixing several problems at once +bugfix. Especially a single patch fixing several problems at once should be avoided. +Before submitting patches, please make sure the check_sec.sh script +in the top-level source directory reports no errors/warnings. A word about warnings ---------------------