From c38eeace5afa37ab720827e52c8daf2f60bd2572 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Tue, 16 Apr 2024 15:14:08 +0000 Subject: [PATCH] Add .github/issue_template/refactor.md --- .github/issue_template/refactor.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/issue_template/refactor.md 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 + +...