From 26626984873e831bcee3b2d1b85cde016d164fc8 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 28 May 2024 13:54:48 +0100 Subject: [PATCH] Clean up pull request template As far as I can tell, these header files only encourage people to create badly-formatted PRs. Also we only have one template so let's give it the default name. --- .../spec-change.md => pull_request_template.md} | 8 -------- changelogs/internal/newsfragments/1831.clarification | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) rename .github/{PULL_REQUEST_TEMPLATE/spec-change.md => pull_request_template.md} (74%) create mode 100644 changelogs/internal/newsfragments/1831.clarification diff --git a/.github/PULL_REQUEST_TEMPLATE/spec-change.md b/.github/pull_request_template.md similarity index 74% rename from .github/PULL_REQUEST_TEMPLATE/spec-change.md rename to .github/pull_request_template.md index 362c6862..0f4d5ccc 100644 --- a/.github/PULL_REQUEST_TEMPLATE/spec-change.md +++ b/.github/pull_request_template.md @@ -1,11 +1,3 @@ ---- -name: Spec clarification/not a proposal -about: A change that's not a spec proposal, such as a clarification to the spec itself. -title: '' -labels: '' -assignees: '' - ---- ### Pull Request Checklist diff --git a/changelogs/internal/newsfragments/1831.clarification b/changelogs/internal/newsfragments/1831.clarification new file mode 100644 index 00000000..8ce17713 --- /dev/null +++ b/changelogs/internal/newsfragments/1831.clarification @@ -0,0 +1 @@ +Clean up pull request template.