From 0b5b96193b8b64f8d9ed92349c55aa1f51a23d4e Mon Sep 17 00:00:00 2001 From: IgnorancePulls Date: Wed, 21 May 2025 14:05:54 +0300 Subject: [PATCH 1/2] GRAL-5188: add pr template --- .github/pull_request_template.md | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 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 00000000..b55097f4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,38 @@ + +## Related Tickets & Documents + + + +## Description + + + +## Type of PR? + + + + + + + + + +## Manual testing + + + +## Automated tests added? + + + +- [ ] 👍 Unit tests +- [ ] 👍 Functional tests +- [ ] 👍 E2E tests +- [ ] 🙅 N/A From a32f53e1bf00bcd7f7bfa2521c0315516f47a3aa Mon Sep 17 00:00:00 2001 From: IgnorancePulls Date: Tue, 27 May 2025 11:44:05 +0300 Subject: [PATCH 2/2] GRAL-5188: remove empty line --- .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 b55097f4..0a355ff1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,3 @@ - ## Related Tickets & Documents