.github/ISSUE_TEMPLATE/maintainability-improvement.md
---
name: Maintainability Improvement
about: Rely more on best practices and neater code to reduce technical debt
title: ''
labels: maintainability
assignees: ''
---
**Where is the issue?**
Give a link to the code in GitHub or its path within the repository so we know exactly what you're talking about.
**What are the consequences of this issue?**
Explain any consequences-
- [ ] Code is hard to read/maintain
- [ ] Poor efficiency
- [ ] Other...
**Describe the solution you'd like**
A clear and concise description of what you want to happen to improve this code.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.