Context
Description
When selecting the “(maintainers only) - Blank Issue” template from the issue creation page, it opens the same page in a new tab instead of allowing a new blank issue to be created. This creates an infinite loop.
Steps to Reproduce:
- Go to https://github.com/nebari-dev/nebari/issues/new/choose
- Click on (maintainers only) Blank Issue
Expected Behavior
Clicking the “Blank Issue” template should take users to the blank issue editor, not reload the template chooser.
Actual Behavior
Redirects users back to the same page (/issues/new/choose) in a new tab, causing an infinite loop.
.
Value and/or benefit
It will enable maintainers to create blank issues.
Anything else?
No response