PHP Classes

File: .github/ISSUE_TEMPLATE/1-bug_report.yml

Recommend this page to a friend!
  Classes of Eric Sizemore   mimey PHP MIME Type Conversion   .github/ISSUE_TEMPLATE/1-bug_report.yml   Download  
File: .github/ISSUE_TEMPLATE/1-bug_report.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mimey PHP MIME Type Conversion
Convert between file extensions and MIME types
Author: By
Last change:
Date: 25 days ago
Size: 1,676 bytes
 

Contents

Class file image Download
name: Bug Report description: Existing feature does not behave as expected. labels: [ "bug", "unverified" ] body: - type: markdown attributes: value: | Before reporting a bug, make sure Mimey is up-to-date and the problem is/was not reported already. - type: textarea id: problem-description attributes: label: Problem description description: Please describe the problem you have encountered validations: required: true - type: textarea id: minimal-reproducer attributes: label: Minimal Reproducer description: | Please provide a minimal code snippet that should be run to reproduce the problem. If relevant, provide the expected output, the actual output and/or the error that occurred, if any. Please use markdown syntax for each code snippet. validations: required: true - type: input id: version attributes: label: Library Version description: Which version of Mimey is being run? (in X.Y.Z format) validations: required: true - type: input id: php-version attributes: label: PHP version description: Which PHP version is Mimey being run on? validations: required: true - type: dropdown id: run-method attributes: label: How do you run Mimey? multiple: false options: - Composer package - Manual installation validations: required: true - type: checkboxes id: terms attributes: label: Contribution Checks options: - label: I have verified whether this problem has already been reported. required: false