From f21a0e3fb30d3567cafe206f52cf8f4f413f447a Mon Sep 17 00:00:00 2001 From: Tahlia Richardson <3069029+tahliar@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:44:22 +1000 Subject: [PATCH] Add pull request template --- .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 0000000..95b1151 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +### PR creator: Description + +Describe the overall goals of this pull request. + + +### PR creator: Are there any relevant issues/feature requests? + +* GitHub Issue #... +* Jira Issue #... + + +### PR creator: Which product versions do the changes apply to? + +When opening a PR, check all versions of the documentation that your PR applies to. + +- [ ] SLL 9 *(current `main`, no backport necessary)* +- [ ] SLL 8 +- [ ] SLL 7 + +### PR reviewer only: Have all backports been applied? + +The doc team member merging your PR will take care of backporting to older documents. +When opening a PR, do *not* set the following check box. + +- [ ] all necessary backports are done