From a692b986c22f1503eae6caacb0ce9d5d01844dd7 Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Sun, 3 May 2020 11:53:56 +0200 Subject: [PATCH] Fixes minor typos in the issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4d4faf6..8f63b3d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -31,14 +31,14 @@ Before opening a new issue, make sure you do the following: // REPLACE ME: A clear and concise description of what the bug is. **To Reproduce** -// REPLACE ME: Add your `toolchain.py ....` command or a complete explaination of what you did so We can reproduce your error. +// REPLACE ME: Add your `toolchain.py ....` command or a complete explanation of what you did so We can reproduce your error. **Expected behavior** // REPLACE ME: A clear and concise description of what you expected to happen. **Logs** ``` -// REPLACE ME: Paste the build ouput containing the error +// REPLACE ME: Paste the build output containing the error ``` **Screenshots**