From 5dcf0c1811c0cb77aca05273893f5f2ec550951a Mon Sep 17 00:00:00 2001 From: mpuels Date: Wed, 20 Dec 2017 17:21:29 +0100 Subject: [PATCH] doc: Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20e9477e2..63dde7834 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ opening an issue to report the bug, simply refer to your pull request in the issue body. A few more tips: * **Describing your issue:** Try to provide as many details as possible. What -exactly goes wrong? *How* is is failing? Is there an error? +exactly goes wrong? *How* is it failing? Is there an error? "XY doesn't work" usually isn't that helpful for tracking down problems. Always remember to include the code you ran and if possible, extract only the relevant parts and don't just dump your entire script. This will make it easier for us to