We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5653a9d commit 81f934fCopy full SHA for 81f934f
.github/ISSUE_TEMPLATE/technical_debt.md
@@ -0,0 +1,23 @@
1
+---
2
+name: Technical debt
3
+about: Technical debt identified or created in the project
4
+labels: 'tech debt'
5
+type: 'Feature'
6
7
+
8
+## Description
9
+What is the risk essence.
10
11
+## Risk location
12
+Where is the source of the risk - class name(s), approach or solution.
13
14
+## Risk assessment
15
16
+### Condition of it manifesting
17
+What are the conditions under which this technical debt would manifest.
18
19
+### Possible impact <!-- optional -->
20
+What is/would be the impact of the technical debt, if not addressed.
21
22
+## Possible solution <!-- optional -->
23
+Ideas and suggestions how to address the technical debt.
0 commit comments