From 72ed26aab79e148981adc26986c6e997cbf2bd53 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Tue, 30 Nov 2021 11:39:03 -0800 Subject: [PATCH] Add tech-debt issue template Create a issue template for the new `T: tech-debt` label added as part of https://github.com/dependabot/dependabot-core/issues/3611. --- .github/ISSUE_TEMPLATE/tech-debt.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/tech-debt.md diff --git a/.github/ISSUE_TEMPLATE/tech-debt.md b/.github/ISSUE_TEMPLATE/tech-debt.md new file mode 100644 index 00000000000..0b2d4280f9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tech-debt.md @@ -0,0 +1,15 @@ +--- +name: "\U00002699 Tech Debt" +about: Tech debt is for code improvements that do not change the user-facing behavior (ie, neither adding features nor fixing bugs). +title: '' +labels: 'T: tech-debt' +assignees: '' + +--- + + + + + +