Add issue template for Refactoring tickets

- We want to have an issue created for each PR merged in, sometimes we
  are just refactoring deprecated or legacy code and there should be an
option to create these tickets.
This commit is contained in:
mattwr18 2020-02-04 14:21:56 +01:00
parent 2b1ad7cab2
commit 9b6dfb12ee

View File

@ -0,0 +1,19 @@
---
name: 🐛 Refactor ticket
about: Help us improve our code by refactoring it.
labels: refactor
title: 🐛 [Refactor]
---
## :zap: Refactor ticket
<!-- Describe your issue in detail. Include screenshots if needed. Give us as much information as possible. Use a clear and concise description of what the bug is.-->
### Motive
<!-- What is the purpose of this refactoring? If it's removing depcrecated code, please link to the deprecation notice. -->
### Implementation
<!-- Please, docment any ideas of how the code should be refactored. -->
### Additional context
<!-- Add other context or background about the feature request here.-->