diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2021-08-24 17:25:54 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2021-08-24 17:25:54 +0800 |
commit | 257ec0aac09c65cfd6454c8e2223d4aa1244d67f (patch) | |
tree | 25b1a83e043d7cf0530fc6e847d2f7035a5264df | |
parent | 615fdefa3a20c00ed35e8867a7e2737d03b28dac (diff) | |
download | fork-ledger-257ec0aac09c65cfd6454c8e2223d4aa1244d67f.tar.gz fork-ledger-257ec0aac09c65cfd6454c8e2223d4aa1244d67f.tar.bz2 fork-ledger-257ec0aac09c65cfd6454c8e2223d4aa1244d67f.zip |
Add mention of test cases to contrib guide
Thanks to Richard Kreuter.
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
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]. |