PHP Classes

File: .github/ISSUE_TEMPLATE/01-bug.yml

Recommend this page to a friend!
  Classes of Sergii Pryz   Transfer Object   .github/ISSUE_TEMPLATE/01-bug.yml   Download  
File: .github/ISSUE_TEMPLATE/01-bug.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Transfer Object
Generate transfer objects using property hooks
Author: By
Last change:
Date: 25 days ago
Size: 1,945 bytes
 

Contents

Class file image Download
name: Bug Report description: File a bug report. title: "[Bug]: " labels: ["bug"] body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! For reporting security issues please read [security](https://github.com/picamator/transfer-object/blob/main/SECURITY.md). - type: input id: affected-version attributes: label: Affected version description: What version is used? placeholder: x.y.z validations: required: true - type: textarea id: issue-current-behavior attributes: label: Current behavior description: Please describe what happened. validations: required: true - type: textarea id: expected-behavior attributes: label: Expected behavior description: Please describe expected behavior. validations: required: true - type: textarea id: steps-to-reproduce attributes: label: Steps to reproduce description: Please describe steps to reproduce. validations: required: true - type: textarea id: log-output attributes: label: Log output description: | Optional: Please copy and paste relevant log output. This will be automatically formatted into code. render: shell validations: required: false - type: input id: proposed-solution-url attributes: label: Proposed solution description: | Optional: Provide a URL to a proposed solution, Pull Request, or code snippet. validations: required: false - type: checkboxes id: code-of-conduct attributes: label: Code of Conduct description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/picamator/transfer-object/blob/main/CODE_OF_CONDUCT.md). options: - label: I agree to follow this project's Code of Conduct required: true