From 932da8912089914b9288681732b7f42c25541764 Mon Sep 17 00:00:00 2001 From: "Henry H. Andrews" Date: Mon, 29 Jan 2024 14:11:37 -0800 Subject: [PATCH 1/2] PR guidance on branches and files This adds a default PR template with a comment explaining what branches and files can be used for which purposes. --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 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 0000000000..1db8103596 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ + From b55f4057839d0773bfcbf0a710782ac3e2044cca Mon Sep 17 00:00:00 2001 From: Darrel Date: Thu, 1 Feb 2024 12:52:40 -0500 Subject: [PATCH 2/2] Update .github/pull_request_template.md --- .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 1db8103596..43847f00ae 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,5 +12,5 @@ branch and file: * registry templates: gh-pages branch, registry/... * registry contents: gh-pages branch, registries/... -Note that we do not accept changes to pulblished specifications. +Note that we do not accept changes to published specifications. -->