mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Auto merge of #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 #10849
This commit is contained in:
commit
594a2cba93
1 changed files with 0 additions and 23 deletions
23
.github/ISSUE_TEMPLATE/new_lint.yml
vendored
23
.github/ISSUE_TEMPLATE/new_lint.yml
vendored
|
@ -12,29 +12,6 @@ body:
|
||||||
description: What does this lint do?
|
description: What does this lint do?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
|
||||||
id: lint-name
|
|
||||||
attributes:
|
|
||||||
label: Lint Name
|
|
||||||
description: Please provide the lint name.
|
|
||||||
- type: dropdown
|
|
||||||
id: category
|
|
||||||
attributes:
|
|
||||||
label: Category
|
|
||||||
description: >
|
|
||||||
What category should this lint go into? If you're unsure you can select
|
|
||||||
multiple categories. You can find a category description in the
|
|
||||||
`README`.
|
|
||||||
multiple: true
|
|
||||||
options:
|
|
||||||
- correctness
|
|
||||||
- suspicious
|
|
||||||
- style
|
|
||||||
- complexity
|
|
||||||
- perf
|
|
||||||
- pedantic
|
|
||||||
- restriction
|
|
||||||
- cargo
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: advantage
|
id: advantage
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue