Skip to content

Commit 870b0d6

Browse files
LingMandjc
authored andcommitted
Fix link in the bug reporting template
The existing link added the search parameter `is:open,closed` which results in no issues being found at all. Simply leaving it out will show all results, open and closed, which was most likely the intention here.
1 parent b86136b commit 870b0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
label: Verification
1313
description: Please verify that you've followed these steps.
1414
options:
15-
- label: I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates.
15+
- label: I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue and found no duplicates.
1616
required: true
1717
- label: I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and am still able to reproduce my issue.
1818
required: true

0 commit comments

Comments
 (0)