PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   .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 2.5
Modular content management publication system
Author: By
Last change:
Date: 4 months ago
Size: 1,282 bytes
 

Contents

Class file image Download
name: Bug Report description: Report a bug or error, providing details about the issue, steps to reproduce, and your environment setup. title: "[Bug]: " labels: ['Triage', 'Bug'] body: - type: dropdown attributes: label: XOOPS Version description: Provide the XOOPS version that you are using. options: [ '2.5.11', '2.5.12' ] validations: required: true - type: dropdown attributes: label: PHP Version description: Provide the PHP version that you are using. options: [ '7.4', '8.0','8.1','8.2','8.3', '8.4' ] multiple: true validations: required: true - type: dropdown attributes: label: Operating System description: Provide the operating system that you are using. options: ['Linux', 'MacOS', 'Windows', 'Other'] multiple: true validations: required: true - type: textarea attributes: label: Description description: Please provide a detailed description of the issue you are running into. validations: required: true - type: textarea attributes: label: Steps to Reproduce description: Please provide detailed steps on how we can reproduce the issue you are reporting. For a shot at getting our "Perfect Storm" label, submit a PR with a failing test! validations: required: true