diff options
author | Tim Ansell <me@mith.ro> | 2018-10-04 17:15:30 -0700 |
---|---|---|
committer | Jim Lawson <ucbjrl@berkeley.edu> | 2018-10-08 11:38:10 -0700 |
commit | 3661c27acda1b011f2e82c2656e3a701bb63ded6 (patch) | |
tree | 8d14fc39a3968bac1625f6fe065a47c12b142286 | |
parent | 81d77c4911ed1d660fa6f72f4bde48046aae776b (diff) | |
download | yosys-3661c27acda1b011f2e82c2656e3a701bb63ded6.tar.gz yosys-3661c27acda1b011f2e82c2656e3a701bb63ded6.tar.bz2 yosys-3661c27acda1b011f2e82c2656e3a701bb63ded6.zip |
Fix misspelling in issue_template.md
It's been bugging me :-P
-rw-r--r-- | .github/issue_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md index 24e91a4e7..4563a71de 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,7 +1,7 @@ ## Steps to reproduce the issue *Provide instructions for reproducing the issue. Make sure to include -all neccessary source files. (You can simply drag&drop a .zip file into +all necessary source files. (You can simply drag&drop a .zip file into the issue editor.)* ## Expected behavior |