From b7683f9c4350513baa733d3d4706ba772e1dda5f Mon Sep 17 00:00:00 2001 From: "Henry H. Andrews" Date: Thu, 14 Nov 2024 09:46:30 -0800 Subject: [PATCH] Update PR template for new branching strategy. --- .github/pull_request_template.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 43847f00ae..e230d2ff90 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,15 +2,14 @@ Thank you for contributing to the OpenAPI Specification! Please make certain you are submitting your PR on the correct -branch and file: +branch, to the files under the "src/" directory (which is not +present on the main branch, only on the development branches). -* 3.0.x spec: v3.0.4-dev branch, versions/3.0.4.md -* 3.1.x spec: v3.1.1-dev branch, versions/3.1.1.md -* 3.2.0 spec: v3.2.0-dev branch, versions/3.2.0.md -* 3.0 schema: main branch, schemas/v3.0/... -* 3.1 schema: main branch, schemas/v3.1/... +* 3.1.x spec and schemas: v3.1-dev branch +* 3.2.x spec and schemas: v3.2-dev branch * registry templates: gh-pages branch, registry/... * registry contents: gh-pages branch, registries/... +* process documentation and build infrastructure: main Note that we do not accept changes to published specifications. -->