Remove the version select in the github issue template.
We already ask for the full version info so this is redundant. Also, it requires updating every time there's a new version.
This commit is contained in:
10
.github/ISSUE_TEMPLATE/PROBLEM_REPORT.yml
vendored
10
.github/ISSUE_TEMPLATE/PROBLEM_REPORT.yml
vendored
@@ -11,16 +11,6 @@ body:
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
description: What version of FreeCAD are you running?
|
||||
options:
|
||||
- 0.20 (Release)
|
||||
- 0.21 (Development)
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: full_version
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user