From 89a86798a208cb660d72234273a3d6d44b2c231b Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 28 Sep 2023 06:25:09 +0200 Subject: [PATCH] Meta: Add note about tests to CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34beec6043..341b4a85e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,6 +33,10 @@ The following applies to all user-facing strings, code, comments, and commit mes Everyone is encouraged to make use of tooling (spell checkers, etc) to make this easier. +## Testing policy + +When possible, please include tests when fixing bugs or adding new features. + ## Code submission policy Nobody is perfect, and sometimes we mess things up. That said, here are some good dos & don'ts to try and stick to: