meta issue - opening new issue opens issue-helper to wrong repo
Version
3.2.29
Reproduction link
Steps to reproduce
- go to https://github.com/vuejs/core/issues
- click new issue (brings you to https://github.com/vuejs/core/issues/new/choose)
- links to https://new-issue.vuejs.org/?repo=vuejs/core
- redirects to
https://new-issue.vuejs.org/?repo=vuejs/vue
becausevuejs/core
does not exist in options list
What is expected?
I expected vue-next (or vuejs/core) to be selected in the dropdown
What is actually happening?
mismatch between repo name and list defaults back to original vue repo being selected for the issue
I realized this when I tried to report an issue yesterday, and realized it was posted on the wrong repo!
moving to vue-issue-helper repo - https://github.com/vuejs/vue-issue-helper/issues/73