Fixes minor typos in the issue template
This commit is contained in:
parent
a83b3f495b
commit
a692b986c2
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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**
|
||||
|
|
Loading…
Reference in a new issue