diff options
| author | bors <bors@rust-lang.org> | 2022-03-20 22:32:12 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-03-20 22:32:12 +0000 |
| commit | 47b93ea5ef65d7beab630f0975b96c872610ccd2 (patch) | |
| tree | ca4f2064e8fc92431f5061c73cd9bc53eb9331f8 | |
| parent | a31dcb77be146ec04a653cd1e7dee21600b3f29e (diff) | |
| parent | 3ede557a62fd30f107ba7a6af64386e8387b2408 (diff) | |
| download | rust-47b93ea5ef65d7beab630f0975b96c872610ccd2.tar.gz rust-47b93ea5ef65d7beab630f0975b96c872610ccd2.zip | |
Auto merge of #8559 - pickfire:patch-1, r=xFrednet
Fix typo in bug report repoduce -> reproduce --- changelog: none
| -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: |
