From d5a0512626aa505d76b07767e18cde1fc27f1f60 Mon Sep 17 00:00:00 2001 From: David Whittington Date: Fri, 29 Sep 2023 15:49:39 -0500 Subject: [PATCH] chore: add testing guidance to CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89307fcd..e193138e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,8 @@ NOTE: Contribution implies licensing under the terms of [LICENSE] - Ensure commit messages adequately explain the reasons for the changes. - Ensure changes are consistent with the [principles and practices] outlined in the README. +- Ensure that tests were added or that the manual testing process followed is + described in the PR. - Run [lint]. - Run the [unit tests].