From 4653190b1dff9137b228fc22936244ee1f414784 Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Tue, 12 Apr 2022 10:33:35 +0200 Subject: [PATCH] chore: swapped the title and description for these two items in creating a bug for Swiper (#5627) * Update swiper_angular_issue.yml * Update swiper_core_issue.yml * Update swiper_react_issue.yml * Update swiper_svelte_issue.yml * Update vue_issue.yml --- .github/ISSUE_TEMPLATE/swiper_angular_issue.yml | 4 ++-- .github/ISSUE_TEMPLATE/swiper_core_issue.yml | 4 ++-- .github/ISSUE_TEMPLATE/swiper_react_issue.yml | 4 ++-- .github/ISSUE_TEMPLATE/swiper_svelte_issue.yml | 4 ++-- .github/ISSUE_TEMPLATE/vue_issue.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/swiper_angular_issue.yml b/.github/ISSUE_TEMPLATE/swiper_angular_issue.yml index d5bc21b38..663312c1b 100644 --- a/.github/ISSUE_TEMPLATE/swiper_angular_issue.yml +++ b/.github/ISSUE_TEMPLATE/swiper_angular_issue.yml @@ -33,14 +33,14 @@ body: id: expected attributes: label: Expected Behavior - description: A concise description of what you're experiencing + description: A concise description of what you expected to happen validations: required: false - type: textarea id: actual attributes: label: Actual Behavior - description: A concise description of what you expected to happen. + description: A concise description of what you're experiencing validations: required: false - type: input diff --git a/.github/ISSUE_TEMPLATE/swiper_core_issue.yml b/.github/ISSUE_TEMPLATE/swiper_core_issue.yml index d9884f031..cdeeda755 100644 --- a/.github/ISSUE_TEMPLATE/swiper_core_issue.yml +++ b/.github/ISSUE_TEMPLATE/swiper_core_issue.yml @@ -33,14 +33,14 @@ body: id: expected attributes: label: Expected Behavior - description: A concise description of what you're experiencing + description: A concise description of what you expected to happen validations: required: false - type: textarea id: actual attributes: label: Actual Behavior - description: A concise description of what you expected to happen. + description: A concise description of what you're experiencing validations: required: false - type: input diff --git a/.github/ISSUE_TEMPLATE/swiper_react_issue.yml b/.github/ISSUE_TEMPLATE/swiper_react_issue.yml index 031b4ad1b..7d07a03ea 100644 --- a/.github/ISSUE_TEMPLATE/swiper_react_issue.yml +++ b/.github/ISSUE_TEMPLATE/swiper_react_issue.yml @@ -33,14 +33,14 @@ body: id: expected attributes: label: Expected Behavior - description: A concise description of what you're experiencing + description: A concise description of what you expected to happen validations: required: false - type: textarea id: actual attributes: label: Actual Behavior - description: A concise description of what you expected to happen. + description: A concise description of what you're experiencing validations: required: false - type: input diff --git a/.github/ISSUE_TEMPLATE/swiper_svelte_issue.yml b/.github/ISSUE_TEMPLATE/swiper_svelte_issue.yml index 867aec4f7..2838decfc 100644 --- a/.github/ISSUE_TEMPLATE/swiper_svelte_issue.yml +++ b/.github/ISSUE_TEMPLATE/swiper_svelte_issue.yml @@ -33,14 +33,14 @@ body: id: expected attributes: label: Expected Behavior - description: A concise description of what you're experiencing + description: A concise description of what you expected to happen validations: required: false - type: textarea id: actual attributes: label: Actual Behavior - description: A concise description of what you expected to happen. + description: A concise description of what you're experiencing validations: required: false - type: input diff --git a/.github/ISSUE_TEMPLATE/vue_issue.yml b/.github/ISSUE_TEMPLATE/vue_issue.yml index 65b3aca81..556a12db0 100644 --- a/.github/ISSUE_TEMPLATE/vue_issue.yml +++ b/.github/ISSUE_TEMPLATE/vue_issue.yml @@ -33,14 +33,14 @@ body: id: expected attributes: label: Expected Behavior - description: A concise description of what you're experiencing + description: A concise description of what you expected to happen validations: required: false - type: textarea id: actual attributes: label: Actual Behavior - description: A concise description of what you expected to happen. + description: A concise description of what you're experiencing validations: required: false - type: input