PHP Classes

File: .github/ISSUE_TEMPLATE/bug_report.yml

Recommend this page to a friend!
  Packages of Michael Beck   XOOPS helpers   .github/ISSUE_TEMPLATE/bug_report.yml   Download  
File: .github/ISSUE_TEMPLATE/bug_report.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS helpers
Helper class functions to use with XOOPS
Author: By
Last change:
Date: 11 days ago
Size: 915 bytes
 

Contents

Class file image Download
name: Bug report description: Report a defect or regression in XOOPS Helpers. title: "[Bug]: " labels: - bug body: - type: textarea id: summary attributes: label: Summary description: Describe the bug and the expected behavior. validations: required: true - type: input id: php_version attributes: label: PHP version placeholder: "8.2.30" validations: required: true - type: input id: xoops_version attributes: label: XOOPS version placeholder: "2.5.x / 2.6.x / custom" - type: textarea id: reproduction attributes: label: Reproduction description: Include a minimal code sample or exact steps. render: php validations: required: true - type: textarea id: logs attributes: label: Errors or logs description: Paste stack traces, warnings, or screenshots if available.