From 94af4b2c7bd435218cd1b450c7b2b326c54ecc9f Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 25 Apr 2024 13:15:29 +0200 Subject: [PATCH] Add pull request template with instructions to use 'next' branch as destination --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) 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..3ded74ce3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1 @@ +> Always use `next` branch as destination branch for PRs, not `main`