From 69b7278cbbcbd559c0ba71721265a966b6113b54 Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:41:50 +0000 Subject: [PATCH] chore(docs): add PR template --- .github/pull_request_template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..0fed46f06 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ +> Before starting, please choose the relevant pull request **Labels**, **Reviewers**, and **Assignees** + +DEV-#### | SUP-#### | CON-#### + +### Why? + +> Clearly state the reason for this change. What problem is it solving, or what feature is it adding? + +### Solution Overview + +> 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 visually represent the solution. + +### 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 + +> Please check the relevant images + +- [ ] Build Sh Docker Image +- [ ] Build JS Docker Image +- [ ] Build DOM Docker Image