-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
chore: new bug template #591
chore: new bug template #591
Conversation
Codecov Report
@@ Coverage Diff @@
## main #591 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 578 578
Branches 190 190
=========================================
Hits 578 578 |
- type: input | ||
id: node_version | ||
attributes: | ||
label: Node Version |
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.
label: Node Version | |
label: Node / Browser version |
id: node_version | ||
attributes: | ||
label: Node Version | ||
description: What version of Node.js are you running? |
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.
description: What version of Node.js are you running? | |
description: What version of Node.js/Browser are you running? |
Suuuuper thanks for your work!!! Merging as soon as these are changed. |
Sure, I'll make these changes latter this evening |
Co-authored-by: Arthur Fiorette <[email protected]>
…cache-interceptor into new_bug_template
@arthurfiorette I did the changes you commented about. Seems we are good now. Let me know if there is anything else! |
Actually thinking about it, should the Storage Type field be required @arthurfiorette ? |
@Marcellofabrizio I think so, as you cannot use without one. |
@arthurfiorette I removed the required field from the Storage type |
Merging it now! Thanks for your effort! |
This PR adds the GitHub bug Issue template as requested in #587.
Let me know of any sections that must be added.