From ee3540eb78b9db218397d8f9467f14997f89e2dd Mon Sep 17 00:00:00 2001 From: Curry Yang <163384738+CurryYangxx@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:31:34 +0800 Subject: [PATCH] Update bug_report.yml (#8167) --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0f8fd4c363..82cfbf6cb9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -32,6 +32,14 @@ body: options: - label: I have searched the [issue tracker](https://www.github.com/Kong/insomnia/issues) for this problem. required: true +- type: checkboxes + attributes: + label: Which sync method do you use? + options: + - label: Git sync. + - label: Insomnia Cloud sync. + - label: Local only + required: true - type: textarea attributes: label: Additional Information