-
Notifications
You must be signed in to change notification settings - Fork 19
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-forms for new bugs/feature-requests/other #263
base: master
Are you sure you want to change the base?
Conversation
I do think we eventually want something like this. I dont know what exactly it will look like so I will just share my general thoughts without necessarily providing guidance or solutions:
- type: dropdown
id: burrito_link_install_method
attributes:
label: Burrito Link
description: How did you install burrito link?
options:
- DLL (d3d11.dll)
- DLL (arcdps_burritolink.dll)
- Standalone (burrito_link.exe)
- Other
default: 0
|
Thinking about this more this question should just ask for the version number of Burrito/Burrito Link (once we figure out a good way to surface that info to the user) instead of a checkbox for "it is up to date". Because when we look back at old bugs we can see what version number those were submitted for instead of that they were using the most up to date version at the time the issue was submitted. |
My idea with this checkbox was to give the user a hint to check for an update before opening a report. I changed the form with your other mentions in mind, so have another look if you find the time. |
I had a little time on my hands, so I've created a form for bugreports as requested in #27.
I wasn't sure how technically I should get with those questions so I decided to stay closer to the side of people which don't know that much about their system. However, just let me know what you want changed or added.
Unfortunately it is not easy to review issue-forms because they are not rendered correctly in the file preview.
You can test my current form in this repo or create an empty one yourself and test it there.