From 722c2b1e9ad086f919d7c8710e3ae70f22d0b487 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Fri, 31 May 2024 10:02:04 +0100 Subject: [PATCH] Clean up pull request template (#1831) 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.