diff --git a/.github/issue_template/refactor.md b/.github/issue_template/refactor.md new file mode 100644 index 0000000..bd6cd66 --- /dev/null +++ b/.github/issue_template/refactor.md @@ -0,0 +1,26 @@ +--- + +name: "Refactor" +about: "Refactor existing system" +ref: "develop" +labels: +- Kind/Refactor + +--- + +# Refactor + +The current... + +Should be changed/updated to... + +## Reasoning +- ... + +## Scope + +- ... + +## Notes + +...