diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 5187cda..467891e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -25,14 +25,6 @@ body: placeholder: "1. Open a note with X content. 2. Click on Y. 3. See error Z." validations: required: true - - type: textarea - id: expected-behavior - attributes: - label: What's the expected behavior? - description: Describe what you expect to happen. - placeholder: "I expect to see Z when I do Y." - validations: - required: true - type: textarea id: tried-solutions attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index d5f5faa..088fa8a 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -17,14 +17,6 @@ body: placeholder: "I would like to see X added to the plugin." validations: required: true - - type: textarea - id: use-case - attributes: - label: What's the use case? - description: Describe the context of use. How would you use this feature? - placeholder: "I would use this feature to do X." - validations: - required: true - type: textarea id: alternatives attributes: @@ -38,6 +30,6 @@ body: attributes: label: Additional information description: Add any other context or screenshots about the feature request here. - placeholder: "Add any other context or screenshots about the feature request here." + placeholder: "Context or screenshots about the feature request." validations: required: false \ No newline at end of file