public/.github/pull_request_template.md

26 lines
986 B
Markdown
Raw Normal View History

2024-01-30 15:41:50 +00:00
> Before starting, please choose the relevant pull request **Labels**, **Reviewers**, and **Assignees**
2024-07-08 15:04:01 +00:00
>
> Here is an example tile of the pull request:
> `CON-1234 Title of The Feature or Fix`
2024-01-30 15:41:50 +00:00
DEV-#### | SUP-#### | CON-####
### Why?
> Clearly state the reason for this change. What problem is it solving, or what feature is it adding?
### Solution Overview
2024-01-30 17:12:26 +00:00
> Provide an overview of the solution implemented in this pull request. This should be a high-level overview without getting into technical details. If applicable, include screenshots of UI or use GitHub-compliant [`mermaid`](https://mermaid.live/) graphs to represent the solution visually.
2024-01-30 15:41:50 +00:00
### Implementation Details
> Explain the details of the implementation and the reasoning behind it. What alternative approaches were considered, and why was this approach chosen?
### Build Images
2024-01-30 16:38:06 +00:00
> Please assign the label `📦 build` If you want to re-build the following test images:
>- `💻 Sh`
>- `🚀 JS`
>- `🧩 DOM`