From 0c9d59682edd893ffec81a280389918b3226695f Mon Sep 17 00:00:00 2001 From: Andrew Minkin Date: Mon, 2 Oct 2023 16:03:56 +0600 Subject: [PATCH] EVEREST-402 Added github PR template (#154) --- .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 00000000..5251971e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,25 @@ +**CHANGE DESCRIPTION** +--- +**Problem:** +EVEREST-0 + +*Short explanation of the problem.* + +**Related pull requests** + +- [link] + +**Cause:** +*Short explanation of the root cause of the issue if applicable.* + +**Solution:** +*Short explanation of the solution we are providing with this PR.* + +**CHECKLIST** +--- +**Jira** +- [ ] Is the Jira ticket created and referenced properly? + +**Tests** +- [ ] Is an Integration test/test case added for the new feature/change? +- [ ] Are unit tests added where appropriate?