.github/ISSUE_TEMPLATE/4-technical-debt.md
---
name: '🚧 Technical Debt'
labels: 'technical debt'
about: Suggest an improvement to the codebase
---
**Description**
<!-- *(Brief description of your issue here)*
(Paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.) -->
**Possible solutions**
<!-- *(Any possible suggestions on how to improve this code)* -->
**Checklist**
- [ ] I have checked that this is not a duplicate issue.
- [ ] I have read the documentation.