From: Joel Rosdahl Date: Wed, 14 Jul 2021 07:03:31 +0000 (+0200) Subject: Mention that test cases are preferred for contributed code X-Git-Tag: v4.4~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a867ee5a2eaf9f9c488d7b57f5ad5727c4769e4;p=thirdparty%2Fccache.git Mention that test cases are preferred for contributed code --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 043f9141a..695975d52 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,6 +43,7 @@ Here are some hints to make the process smoother: for merging yet but you want early comments and CI test results? Then create a draft pull request as described in [this Github blog post](https://github.blog/2019-02-14-introducing-draft-pull-requests/). +* Please add test cases for your new changes if applicable. * Please follow the ccache's code style (see the section below). * Consider [A Note About Git Commit Messages](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)