From 8981756b8a8584745edb70a7736e00fc9ee251fb Mon Sep 17 00:00:00 2001 From: Lucas Rodriguez Date: Tue, 24 Oct 2023 10:59:28 -0500 Subject: [PATCH] Update .github/ISSUE_TEMPLATE/tech_debt.md Co-authored-by: razzle --- .github/ISSUE_TEMPLATE/tech_debt.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/tech_debt.md b/.github/ISSUE_TEMPLATE/tech_debt.md index b39ccf5..131cb2b 100644 --- a/.github/ISSUE_TEMPLATE/tech_debt.md +++ b/.github/ISSUE_TEMPLATE/tech_debt.md @@ -7,10 +7,13 @@ assignees: '' --- ### Describe what should be investigated or refactored + A clear and concise description of what should be changed/researched. Ex. This piece of the code is not DRY enough [...] ### Links to any relevant code + (optional) i.e. - https://github.com/defenseunicorns/zarf/blob/main/README.md?plain=1#L1 ### Additional context + Add any other context or screenshots about the technical debt here.