Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/technical_debt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Technical debt
about: Technical debt identified or created in the project
labels: 'tech debt'
type: 'Feature'
---

## Description
What is the risk essence.

## Risk location
Where is the source of the risk - class name(s), approach or solution.

## Risk assessment

### Condition of it manifesting
What are the conditions under which this technical debt would manifest.

### Possible impact <!-- optional -->
What is/would be the impact of the technical debt, if not addressed.

## Possible solution <!-- optional -->
Ideas and suggestions how to address the technical debt.