-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add GitHub Issue template #5
base: main
Are you sure you want to change the base?
Conversation
Hi @danielroe , please review when you have a time π |
π https://nuxt.com/docs/community/reporting-bugs | ||
|
||
Please use a template below to create a minimal reproduction | ||
π https://stackblitz.com/github/nuxt/starter/tree/v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think this (and other references) could be made generic? Maybe using a GitHub variable to reference the repo this is being used in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this what you have in mind?
Please use a template below to create a minimal reproduction
π https://stackblitz.com/github/${repo_name}
π https://codesandbox.io/s/github/${repo_name}
I would also think this would be ideal, but I don't have a solution at the moment.
I think it's possible to create an issue using GitHub Actions, but I think it would be hard to use variables when using templates.
It would be nice if it could be achieved with Autolinks, but I haven't tried it yet...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another solution is to have the user enter stackblitz as input.
For example, Nuxt Scripts asks the user to enter it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly - I'd like to have the repo autofilled in the text of the template.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm glad we were on the same idea.
I'll continue to investigate and consider this renovation.
π Linked issue
related #4 .
β Type of change
π Description
GitHub Issue template has been added.
It would be a pain to prepare a generic version for all repositories, so I've copied the contents of the Nuxt repo as is.
I think it's fine to have each repository make changes as needed.