Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/04-refactoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Refactoring issue
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А зачем плодить дополнительные сущности.
Уже есть шаблон под Feature Request.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Кажется что feature и refactoring немного разные вещи

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