From 257ec0aac09c65cfd6454c8e2223d4aa1244d67f Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 24 Aug 2021 17:25:54 +0800 Subject: Add mention of test cases to contrib guide Thanks to Richard Kreuter. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4765c486..d50f8f4c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,7 @@ Tips for contributors --------------------- * Please **make pull requests against `master`**. +* Please add a **test case** under `test/regress` when possible. * If you're making **changes to files for which the CI build is not relevant**, please **add `[ci skip]` to the end of the commit message**. * Report bugs using [GitHub Issues]. -- cgit v1.2.3