Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .github/ISSUE_TEMPLATE/10_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,21 @@ body:
validations:
required: true

- type: input
id: qgis-version
attributes:
label: QGIS version
description: |
Check your QGIS version by going to "Help | About" QGIS menu and copy the value next to "QGIS version".
Do not make a screenshot.

validations:
required: true

- type: input
id: qfieldsync-version
attributes:
label: Version
label: QFieldSync Version
description: |
Check your QFieldSync version by going to "Plugins | Manage and Install Plugins…" QGIS menu, then click on "Installed", click on QField and copy the value next to "Installed version".
Do not make a screenshot.
Expand Down
Loading