From 0ee377bc9f036124b063e7abc3f0958d51ace5fb Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Mon, 18 Sep 2023 13:08:05 -0700 Subject: [PATCH] Instruct people to send enhancements to the v3 branch --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b01448af0..343b6949d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,7 @@ Bug fixes: Enhancements: - for Traefik v2: we only accept bug fixes -- for Traefik v3: use branch master +- for Traefik v3: use branch v3.0 HOW TO WRITE A GOOD PULL REQUEST? https://doc.traefik.io/traefik/contributing/submitting-pull-requests/