mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
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:
parent
2b1ad7cab2
commit
9b6dfb12ee
19
.github/ISSUE_TEMPLATE/refactor_tickets.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/refactor_tickets.md
vendored
Normal 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.-->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user