From 70de6651b5eef1cecec8e08253e5c62a667eb6d2 Mon Sep 17 00:00:00 2001 From: Matan Schatzman Date: Tue, 14 Jan 2025 13:23:24 +0200 Subject: [PATCH 1/3] MTV-1883: Adding PR template Signed-off-by: Matan Schatzman --- .github/pull_request_template.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..6edcfb536 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,25 @@ +PR Template: + + +## 📝 Description + +> Add a brief description + +## 📝 Links + +> Add JIRA, Docs, and other PR/Issue links + +## 📝 CC:// + +> @tag as needed + +## 🎥 Demo + +> Please add a video or an image of the behavior/changes From 03adcf63567e2000016c4f0d8dfb5678ead6ab4f Mon Sep 17 00:00:00 2001 From: Matan Schatzman Date: Tue, 14 Jan 2025 15:03:28 +0200 Subject: [PATCH 2/3] Update .github/pull_request_template.md Co-authored-by: Sharon Gratch Signed-off-by: Matan Schatzman --- .github/pull_request_template.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6edcfb536..9851c02f5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,18 +8,19 @@ Please read the following before submitting: - Limit your PR to one type (feature, refactoring, ci, or bugfix) --> +## 📝 Links +> References: + +> Add more JIRA, Docs, and other PR/Issue links + ## 📝 Description > Add a brief description -## 📝 Links +## 🎥 Demo -> Add JIRA, Docs, and other PR/Issue links +> Please add a video or an image of the behavior/changes ## 📝 CC:// > @tag as needed - -## 🎥 Demo - -> Please add a video or an image of the behavior/changes From 2335e265f231604acbb9dbef9f5705d9547cbd7e Mon Sep 17 00:00:00 2001 From: Matan Schatzman Date: Tue, 14 Jan 2025 15:04:46 +0200 Subject: [PATCH 3/3] Update pull_request_template.md Signed-off-by: Matan Schatzman --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9851c02f5..1c41d0fdc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,3 @@ -PR Template: