From 9e85cb6197b36327520db6e125dcdd495b94a7e7 Mon Sep 17 00:00:00 2001 From: Enrique Ortiz Date: Mon, 6 Nov 2023 13:14:42 -0400 Subject: [PATCH] chore: md template --- .github/SANITY_UNUSED_DEPS_ISSUE_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/SANITY_UNUSED_DEPS_ISSUE_TEMPLATE.md diff --git a/.github/SANITY_UNUSED_DEPS_ISSUE_TEMPLATE.md b/.github/SANITY_UNUSED_DEPS_ISSUE_TEMPLATE.md new file mode 100644 index 00000000..76f6690e --- /dev/null +++ b/.github/SANITY_UNUSED_DEPS_ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ +--- +title: "chore: some installed deps are not needed" +labels: C-debt, A-dependencies +--- + +Some dependencies specified in `Cargo.toml` are not needed. + +Check the [unused dependencies sanity check]({{env.WORKFLOW_URL}}) workflow for details. + +This issue was raised by the workflow at `.github/workflows/sanity.yml`. + +> **Note** +> If this is a false positive, please refer to the [`cargo-udeps` docs][cargo-udeps-docs] on how to ignore the dependencies. + +[cargo-udeps-docs]: https://github.com/est31/cargo-udeps#ignoring-some-of-the-dependencies