You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Summary
Providing two base Codesandboxes (one for javascript, one for Typescript) in the issue templates. For example, Fabric.js and Prosemirror already do it and it makes submitting a bug a pleasing process.
Motivation
Everytime I wanted to report a bug in the library I had to create a Codesandbox from scratch. This is problematic because:
it is not trivial to correctly setup a base Codesandbox, i.e. it takes time and this is the least thing you want to do when you are angry because you discovered a bug in the library. Moreover, for reporting TypeScript bugs, I can't even figure out how to setup a base Codesandbox
everybody that wants to report a bug has to do the exact same thing again and again. This is a big waste of time
If you provide such base codesandboxes, people will be much more inclined to attach repros to their bug reports, but also (and this is the more important), will be much more inclined to submit the bugs they encounter.
The text was updated successfully, but these errors were encountered:
I'll reopen to have a dedicated issue for codesandbox templates. These were added a few weeks ago. I also want to make the wording stronger for the linked sandboxes. These are! good starting points. Not just "might".
Sorry! I missed the codesandbox in the template... probably because they weren't there the first time I opened the issue and that, next times, I removed comments without reading them again.
But this is great to have created this base codesandboxes!
Summary
Providing two base Codesandboxes (one for javascript, one for Typescript) in the issue templates. For example, Fabric.js and Prosemirror already do it and it makes submitting a bug a pleasing process.
Motivation
Everytime I wanted to report a bug in the library I had to create a Codesandbox from scratch. This is problematic because:
If you provide such base codesandboxes, people will be much more inclined to attach repros to their bug reports, but also (and this is the more important), will be much more inclined to submit the bugs they encounter.
The text was updated successfully, but these errors were encountered: