mbien commented on a change in pull request #3513:
URL: https://github.com/apache/netbeans/pull/3513#discussion_r794399233
##########
File path: .github/ISSUE_TEMPLATE/netbeans_bug_report.yml
##########
@@ -54,15 +54,28 @@ body:
Please make sure you provide a reproducible step-by-step case of how
to reproduce the problem
as minimally and precisely as possible. Remember that non-reproducible
issues may be closed or
converted into discussions. If we cannot reproduce an issue we cannot
fix it!
- - type: checkboxes
+ - type: dropdown
attributes:
label: Did this work correctly in an earlier version?
description: >
It's important to know whether bugs have been introduced by recent
changes. If this used
to work, tick this and make sure you've specified the last version
that worked correctly
in your issue description.
+ multiple: false
options:
- - label: This used to work!
+ - "No"
Review comment:
yes I think having a "latest" selection could cause problems. The user
who files the issue might not have the same idea of "latest" as a dev has. E.g
latest could be the latest in the package manager of a distro, not the latest
available version.
Combo box is fine but would require periodic updates (as neil mentioned) - I
would be also ok with a plain old text field. Not sure what others think about
this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists