forked from joomla/Component-Builder
Adds an issue template for reporting the refactoring of specific locations in JCB.
This commit is contained in:
parent
87706b19bc
commit
ece14672d1
45
.gitea/ISSUE_TEMPLATE/f-refactor.yml
Normal file
45
.gitea/ISSUE_TEMPLATE/f-refactor.yml
Normal file
@ -0,0 +1,45 @@
|
||||
name: Refactoring Task
|
||||
about: Recommend or identify the necessity for code refactoring.
|
||||
title: "[REFACTOR]: "
|
||||
labels:
|
||||
- refactor
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
We appreciate your commitment to enhancing the maintainability and quality of our codebase! Code refactoring plays a crucial role in ensuring our system remains efficient and easy to manage. To assist us effectively, please share comprehensive details about the refactoring task you are suggesting or identifying.
|
||||
- type: textarea
|
||||
id: refactoring-details
|
||||
attributes:
|
||||
label: Refactoring Details
|
||||
description: Outline the refactoring task, specifying which code segment requires attention and the reasons behind this need. What improvements are expected from this refactoring?
|
||||
placeholder: Provide an in-depth explanation of the refactoring task?
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
# Affected Components and Context
|
||||
- type: textarea
|
||||
id: area
|
||||
attributes:
|
||||
label: Which file or area of JCB needs refactoring?
|
||||
description: Which area in JCB should be refactored?
|
||||
placeholder: Give a road map where the refactoring should take place.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected-outcome
|
||||
attributes:
|
||||
label: Expected Outcome
|
||||
description: What benefits do you anticipate from this refactoring? How will it enhance the codebase or overall system?
|
||||
placeholder: Explain the expected results of this refactoring.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: Share any further details or information, like code snippets, that could aid in comprehending or executing the refactoring task.
|
||||
validations:
|
||||
required: false
|
Loading…
Reference in New Issue
Block a user