From 59730c60ecd6aa0f8bf00c19963c7c886ec132ad Mon Sep 17 00:00:00 2001 From: Andrew Henry Date: Mon, 11 May 2020 15:54:25 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e7e04102d..ddb5863afd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -292,6 +292,7 @@ checklist). 2. Unit tests included and/or updated with changes? 3. Command line build passes? 4. Changes have been smoke-tested? +5. Associated issue includes testing instructions? ### Reviewer Checklist @@ -299,3 +300,4 @@ checklist). 2. Appropriate unit tests included? 3. Code style and in-line documentation are appropriate? 4. Commit messages meet standards? +5. Associated issue has been labelled `unverified`?