From d9391442a81172ccb6eb33d0595b464446ed7bab Mon Sep 17 00:00:00 2001 From: Sean Baines Date: Wed, 12 Feb 2020 22:27:38 +0000 Subject: [PATCH] Fix some grammatical errors in How to File an Issue (#21411) --- docs/contributing/how-to-file-an-issue.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/how-to-file-an-issue.md b/docs/contributing/how-to-file-an-issue.md index 1e811a6c7ae12..bf9752f8a3e07 100644 --- a/docs/contributing/how-to-file-an-issue.md +++ b/docs/contributing/how-to-file-an-issue.md @@ -18,7 +18,7 @@ Please do not use the issue tracker for personal support requests. [Stack Overfl If an issue is affecting you, start at the top of this list and complete as many tasks on the list as you can: 1. If there is an issue, add a reaction or more details to the issue to indicate that it's affecting you -2. If there is an issue and you can add more detail, write a comment describing how the bug is affecting OR if you can, write up a work-around for the bug -3. If there _is not_ an issue, write the most complete description of what's happening, preferably with link to a Gatsby site that reproduces the problem or [create a reproducible test case](/contributing/how-to-make-a-reproducible-test-case/) +2. If there is an issue and you can add more detail, write a comment describing how the bug is affecting you, OR if you can, write up a work-around for the bug +3. If there _is not_ an issue, write the most complete description of what's happening, preferably with a link to a Gatsby site that reproduces the problem or [create a reproducible test case](/contributing/how-to-make-a-reproducible-test-case/) 4. Offer to help fix the bug (and it is totally expected that you ask for help; open-source maintainers want to help contributors) 5. [Deliver a well-crafted, tested PR](/contributing/how-to-open-a-pull-request/)