From a701404c45a6cae65f86e2d6849fc4b9880651be Mon Sep 17 00:00:00 2001 From: George Gillams Date: Fri, 8 May 2026 08:37:47 +0100 Subject: [PATCH] fix(TU-38301): Fix PR template --- .github/PULL_REQUEST_TEMPLATE.md | 26 ++++++++++++++++--- .../PULL_REQUEST_TEMPLATE/branches/main.md | 5 ++++ 2 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE/branches/main.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 545fcac..e058d01 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,23 @@ -Note: Please do not use this repository for new internal shared workflows and actions. Use https://github.com/Typeform/.github-private instead! +# Overview -Please check that your contribution applies to one of these cases below. If this is not the case, please contribute to https://github.com/Typeform/.github-private instead. -- [ ] This PR only changes an existing workflow. -- [ ] This PR adds a new workflow that is needed in a public Typeform repository. +Jira ticket: https://typeform.atlassian.net/browse/ + + + +## Changes + + + +- +- +- + +## Testing + + + +## Docs + +- [ ] **Yes!** :hand: I have updated the documentation. diff --git a/.github/PULL_REQUEST_TEMPLATE/branches/main.md b/.github/PULL_REQUEST_TEMPLATE/branches/main.md new file mode 100644 index 0000000..545fcac --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/branches/main.md @@ -0,0 +1,5 @@ +Note: Please do not use this repository for new internal shared workflows and actions. Use https://github.com/Typeform/.github-private instead! + +Please check that your contribution applies to one of these cases below. If this is not the case, please contribute to https://github.com/Typeform/.github-private instead. +- [ ] This PR only changes an existing workflow. +- [ ] This PR adds a new workflow that is needed in a public Typeform repository.