From cc2633a286e95b7aa7e1d429eda0c2205ecd8f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B9=20=D0=91=D0=B5?= =?UTF-8?q?=D0=BB=D0=BE=D0=BD=D0=BE=D0=B3=D0=BE=D0=B2?= Date: Wed, 21 Jan 2026 19:49:15 +0300 Subject: [PATCH] feat(template): add refactoring template --- .github/ISSUE_TEMPLATE/04-refactoring.yml | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/04-refactoring.yml diff --git a/.github/ISSUE_TEMPLATE/04-refactoring.yml b/.github/ISSUE_TEMPLATE/04-refactoring.yml new file mode 100644 index 0000000..bc1d081 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04-refactoring.yml @@ -0,0 +1,36 @@ +name: Refactoring issue +description: Any issue for refactoring code +title: ":hammer: " +assignees: [] + +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this refactoring issue! + + - type: input + id: contact + attributes: + label: Contact Details + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false + + - type: input + id: issue-target + attributes: + label: Target module to refactor + description: Specify the target module to refactor + placeholder: core + validations: + required: true + + - type: textarea + id: issue-description + attributes: + label: Issue description + description: Please, describe issue + validations: + required: true