summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonta <359397+Jonta@users.noreply.github.com>2021-12-12 17:06:22 +0100
committerBrian Gianforcaro <b.gianfo@gmail.com>2021-12-12 11:36:23 -0800
commit0306cf203062355c646fff1248108d839346e018 (patch)
tree1476efcc3a0feddfd04640a59b20218716614f2e
parentc4c8f59284c5d961ec026e73a93e56e2bbd3b1dd (diff)
downloadserenity-0306cf203062355c646fff1248108d839346e018.zip
Docs: Fixed grammar "diagnose what is the problem"
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 554c5032b2..efad02f745 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -19,7 +19,7 @@ That said, please do file any bugs you find, keeping the following in mind:
* One issue per bug. Putting multiple things in the same issue makes both discussion and completion unnecessarily complicated.
* No build issues (or other support requests). If the GitHub Actions CI build succeeds, the build problem is most likely on your side. Work it out locally, or ask in the `#build-problems` channel on Discord.
* Don't comment on issues just to add a joke or irrelevant commentary. Hundreds of people get notified about comments so let's keep them relevant.
-* For bare metal issues, please include the complete debug log from the serial console and what you tried to do to solve the issue before opening the issue. Don't forget to add the hardware model of your machine and relevant details about it, to help us diagnose what is the problem.
+* For bare metal issues, please include the complete debug log from the serial console and what you tried to do to solve the issue before opening the issue. Don't forget to add the hardware model of your machine and relevant details about it, to help us diagnose what the problem is.
## Human language policy