diff options
| author | Ivan Tham <pickfire@riseup.net> | 2022-03-17 22:53:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-17 22:53:27 +0800 |
| commit | 3ede557a62fd30f107ba7a6af64386e8387b2408 (patch) | |
| tree | a771139daab8535803f03050f41d855668fbb5b9 | |
| parent | 65e5cd0e95b9854a0d8c0cae34e9d923d52ae12d (diff) | |
| download | rust-3ede557a62fd30f107ba7a6af64386e8387b2408.tar.gz rust-3ede557a62fd30f107ba7a6af64386e8387b2408.zip | |
Fix typo in bug report
repoduce -> reproduce
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 68877efc9e1..b6f70a7f183 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,7 +18,7 @@ body: id: reproducer attributes: label: Reproducer - description: Please provide the code and steps to repoduce the bug + description: Please provide the code and steps to reproduce the bug value: | I tried this code: |
