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