-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add issue templates, reference codesandbox starters #16
Conversation
Issue forms give a more structured flow to filling out bug reports and feature requests. Ensuring that information essential to helping resolve issues is provided mostly upfront, to avoid unnecessary confusion and frustration for both the reporters and maintainers during triage. All of the information required in the form was previously required be the issue template, but could be accidentally erased. There are also additional optional fields around runtime, package manager, operating system, and build tools, which are common follow up questions during triage. this also adds an optional, but much appreciated, field for a runnable sandbox to demonstrate issues. Along with some starter templates for codesandbox. https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
/cc @remcohaszing |
Co-authored-by: Titus <tituswormer@gmail.com>
Co-authored-by: Titus <tituswormer@gmail.com>
Co-authored-by: Titus <tituswormer@gmail.com>
Co-authored-by: Titus <tituswormer@gmail.com>
Co-authored-by: Titus <tituswormer@gmail.com>
sandbox-templates/mdx-evaluate-create-react-app/public/index.html
Outdated
Show resolved
Hide resolved
sandbox-templates/mdx-loader-create-react-app/public/index.html
Outdated
Show resolved
Hide resolved
d99abef
to
5bd8394
Compare
5bd8394
to
90417dd
Compare
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.
fast refresh doesn’t seem to work with Next.js, should that be made possible (probably by having another page in between the content and the app)?
On that page, add something like:
// ⚠️ Important! Please make sure the dependencies are up to date.
// You can refresh them in the Dependencies section (left-bottom on CodeSandbox)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Care to add a Node.js example? Here’s roughly what I was thinking: https://codesandbox.io/s/gracious-fermi-pzich?file=/index.js. (p.s: for some reason it still thinks there’s a |
Co-authored-by: Titus Wormer <tituswormer@gmail.com>
Sure! Added in 0776279 |
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.
last nit, perfect otherwise!
Co-authored-by: Titus <tituswormer@gmail.com>
Thanks so much!! |
Issue forms give a more structured flow to filling out bug reports and
feature requests.
Ensuring that information essential to helping resolve issues is
provided mostly upfront, to avoid unnecessary confusion and frustration
for both the reporters and maintainers during triage.
All of the information required in the form was previously required be
the issue template, but could be accidentally erased.
There are also additional optional fields around runtime, package
manager, operating system, and build tools, which are common follow up
questions during triage.
this also adds an optional, but much appreciated, field for a runnable
sandbox to demonstrate issues. Along with some starter templates for
codesandbox.
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms