Describe the bug
The template query parameter is not added to the URL regardless of whether the template exists or not.
gh version 2.52.0 (2024-06-24)
https://github.com/cli/cli/releases/tag/v2.52.0
Steps to reproduce the behavior
gh pr create --base <base_branch> --head <fork_branch> --template <template> --repo <repo> --web
Expected vs actual behavior
I expect the template query parameter to be added to the URL. Even if the template does not exist in the repository because you may want to select an org-wide central pull request template. For example, swiftlang has such a template for pull requests to compiler-aligned release branches.
Describe the bug
The template query parameter is not added to the URL regardless of whether the template exists or not.
Steps to reproduce the behavior
Expected vs actual behavior
I expect the template query parameter to be added to the URL. Even if the template does not exist in the repository because you may want to select an org-wide central pull request template. For example, swiftlang has such a template for pull requests to compiler-aligned release branches.