Merge pull request #3923 from assimp/kimkulling-tech_debt_template

Create tech_debt.md
This commit is contained in:
Kim Kulling
2021-05-27 17:54:03 +02:00
committed by GitHub

25
.github/ISSUE_TEMPLATE/tech_debt.md vendored Normal file
View File

@@ -0,0 +1,25 @@
---
name: Technical debt
about: Create a report to help us to fix and detect tech debts
title: ''
labels: ''
assignees: ''
---
**Describe the technical debt**
A clear and concise description of what the tech debt is about.
**Better solution**
A clear and concise description of what you would expect.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.