From adb34f689baeb685ce6494caf3cccf6a9c823964 Mon Sep 17 00:00:00 2001 From: Joyce Lin Date: Fri, 27 Oct 2017 11:23:23 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a8fa1b813..5fa71da7ce 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Always make sure your issue is happening on the latest TestNG version. Bug repor ### Have you considered sending a pull request instead of filing an issue? The best way to report a bug is to provide the TestNG team with a full test case reproducing the issue. Maybe you can write a runnable test case (check the `src/test/` folder for examples) and propose it in a pull request -Don't worry if the CI fails because it is the expected behavior. +Don't worry if the CI fails because it is the expected behavior! This pull request will be a perfect start to find the fix :) ### How to create a pull request?