Skip to content

Commit 594a2cb

Browse files
committed
Auto merge of rust-lang#10852 - Alexendoo:issue-template, r=flip1995
Remove lint name and category fields from the new lint issue form changelog: none Picking a name/category is something the implementers/reviewers tend to cover anyway, I think asking people to come up with it at the time of their suggestion is more of a barrier than it's worth Inspired by the mention in rust-lang#10849
2 parents e858695 + de62139 commit 594a2cb

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/ISSUE_TEMPLATE/new_lint.yml

-23
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,6 @@ body:
1212
description: What does this lint do?
1313
validations:
1414
required: true
15-
- type: input
16-
id: lint-name
17-
attributes:
18-
label: Lint Name
19-
description: Please provide the lint name.
20-
- type: dropdown
21-
id: category
22-
attributes:
23-
label: Category
24-
description: >
25-
What category should this lint go into? If you're unsure you can select
26-
multiple categories. You can find a category description in the
27-
`README`.
28-
multiple: true
29-
options:
30-
- correctness
31-
- suspicious
32-
- style
33-
- complexity
34-
- perf
35-
- pedantic
36-
- restriction
37-
- cargo
3815
- type: textarea
3916
id: advantage
4017
attributes:

0 commit comments

Comments
 (0)