diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-10-05 09:29:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 09:29:26 +0200 |
commit | 257a846113b55b7c0c3bc0aa0b973cb46e8c3aa1 (patch) | |
tree | 7a9933f0b605c92820d14cb2908dc908bc4fc09c | |
parent | 4b0448fc2cc707f312813b4e0826371fa384e3d9 (diff) | |
parent | 63d53006cb4394e5eefffcf1b4126b631e7384e8 (diff) | |
download | yosys-257a846113b55b7c0c3bc0aa0b973cb46e8c3aa1.tar.gz yosys-257a846113b55b7c0c3bc0aa0b973cb46e8c3aa1.tar.bz2 yosys-257a846113b55b7c0c3bc0aa0b973cb46e8c3aa1.zip |
Merge pull request #654 from mithro/patch-1
Fix misspelling in issue_template.md
-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 |