From bc1954b53baccff5b3e4a8c3e36bdb0ffb906fb5 Mon Sep 17 00:00:00 2001 From: Vlad0n20 Date: Tue, 17 Jun 2025 16:22:42 +0300 Subject: [PATCH] Add PR template --- PULL_REQUEST_TEMPLATE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..4011a250 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,27 @@ +## Ticket + +[//]: # (Link to a JIRA ticket if available.) + +## Purpose + +[//]: # (Briefly describe the purpose of this PR.) + +## Changes + +[//]: # (Briefly describe or list your changes.) + +## Side Effects + +[//]: # (Any possible side effects?) + +## API Documentation + +[//]: # (Any API documentation updates?) + +## QE Notes + +[//]: # (Any QA testing notes for QE?) + +## CE Notes + +[//]: # (Any server configuration and deployment notes for CE?)