mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-07-15 21:47:20 +03:00
Added version question to bug issue tempalte
This commit is contained in:
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -84,6 +84,20 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: latest-version
|
||||||
|
attributes:
|
||||||
|
label: Are you using the latest version of the egg?
|
||||||
|
description: |
|
||||||
|
Have you re-imported the egg from this repository recently?
|
||||||
|
Check the latest commit date on GitHub to see if there have been updates since you installed it.
|
||||||
|
options:
|
||||||
|
- Yes, I just re-imported the egg
|
||||||
|
- I'm not sure / I haven't checked
|
||||||
|
- No, I'm using an older version
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: stage
|
id: stage
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user