diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-06-24 20:26:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 20:26:45 +0200 |
| commit | f0907b2c57bdeed9512bb65772f58c0fb53d3a0a (patch) | |
| tree | 31f8103e57ad7643444cf26731ccd9916713ce10 | |
| parent | 530516f81c7dbf48343cf3869aa6677b802679b7 (diff) | |
| parent | 5a0c8e3a08245166c4f922787647641411a9c445 (diff) | |
| download | rust-f0907b2c57bdeed9512bb65772f58c0fb53d3a0a.tar.gz rust-f0907b2c57bdeed9512bb65772f58c0fb53d3a0a.zip | |
Rollup merge of #112971 - matthiaskrgr:templ_clippy, r=Mark-Simulacrum
issue template: add clippy entry which points to the clippy repo Try to guide people to the clippy repo.
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7d4cfaece44..a2878a0e012 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,3 +6,6 @@ contact_links: - name: Feature Request url: https://internals.rust-lang.org/ about: Please discuss language feature requests on the internals forum. + - name: Clippy Bug + url: https://github.com/rust-lang/rust-clippy/issues/new/choose + about: Please report Clippy bugs such as false positives in the Clippy repo. |
