mteu/typo3-stream-writer

View on GitHub
.github/ISSUE_TEMPLATE/bug_report.yml

Summary

Maintainability
Test Coverage
name: Bug report
description: Create a report to help improve this extension.
title: "[BUG]"
labels:
  - bug
body:
  - type: input
    id: php-version
    attributes:
      label: PHP version
      description: What PHP version are you using?
      placeholder: 'e.g. 8.3.10'
    validations:
      required: true
  - type: input
    id: typo3-version
    attributes:
      label: TYPO3 version
      description: What version of TYPO3 are you using?
      placeholder: 'e.g. 13.3.1'
    validations:
      required: true
  - type: input
    id: package-version
    attributes:
      label: Extension version
      description: What version of this extension are you using?
      placeholder: 'e.g. 0.1.0'
    validations:
      required: true
  - type: textarea
    attributes:
      label: Current behavior
      description: A clear and concise description of what the bug is.
  - type: textarea
    attributes:
      label: Expected behavior
      description: A clear and concise description of what you expected to happen.
  - type: textarea
    attributes:
      label: Steps to reproduce
      description: If possible, describe steps to reproduce the behavior.
      placeholder: |
        1. Go to '...'
        2. Click on '....'
        3. Scroll down to '....'
        4. See error
  - type: textarea
    attributes:
      label: Additional context
      description: Add any other context about the problem here.