From 6bd973fdeaa28d5ee00a2dc4d755871d08300710 Mon Sep 17 00:00:00 2001 From: Cedoor Date: Mon, 12 Feb 2024 16:54:13 +0000 Subject: [PATCH] chore: update issue templates Former-commit-id: f53aa88dd99cc34ea143f060be362212f2fbc5b2 --- .github/ISSUE_TEMPLATE/♻️-refactoring.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/♻️-refactoring.md diff --git a/.github/ISSUE_TEMPLATE/♻️-refactoring.md b/.github/ISSUE_TEMPLATE/♻️-refactoring.md new file mode 100644 index 00000000..c8e265fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/♻️-refactoring.md @@ -0,0 +1,17 @@ +--- +name: "♻️ Refactoring" +about: 'about: Suggest any improvements for this project' +title: '' +labels: 'refactoring :recycle:' +assignees: '' + +--- + +**Describe the improvement you're thinking about** +A clear and concise description of what you think could improve the code. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions you've considered. + +**Additional context** +Add any other context or screenshots about the improvement request here.