From e2cb50a5b54a7443d17abd272cc1e30f30c93431 Mon Sep 17 00:00:00 2001 From: Roman Cattaneo <1116746+romanc@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:11:23 +0100 Subject: [PATCH] restore default PR template --- .github/PULL_REQUEST_TEMPLATE/README.md | 4 +++- .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/README.md b/.github/PULL_REQUEST_TEMPLATE/README.md index 618d2e17..e5980e53 100644 --- a/.github/PULL_REQUEST_TEMPLATE/README.md +++ b/.github/PULL_REQUEST_TEMPLATE/README.md @@ -1,7 +1,9 @@ # Pull request templates -- `pull_request_template.md`: The default pull request template. Used for PRs. +- `../pull_request_template.md`: The default pull request template. Used for PRs. - `release.md`: Special template used for releasing a new version of NDSL. - `release-patch.md`: Special template used for patch releases. Note: GitHub has limited support for multiple pull request templates. Most notably, templates can only be [selected by an URL query parameter](https://github.com/orgs/community/discussions/4620) and there's currently [no way to set a title](https://github.com/orgs/community/discussions/63965). + +Note: GitHub does not support having the default pull request template in this folder. All templates in this folder can only be used with the `template=` URL parameter (see note above). diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md