PHP Classes

File: .github/ISSUE_TEMPLATE/question.yml

Recommend this page to a friend!
  Packages of A. B. M. Mahmudul Hasan   OTP   .github/ISSUE_TEMPLATE/question.yml   Download  
File: .github/ISSUE_TEMPLATE/question.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: OTP
Generate token to be verified during a time window
Author: By
Last change:
Date: 20 days ago
Size: 1,158 bytes
 

Contents

Class file image Download
name: Question description: Ask a usage or integration question title: "[Question]: " labels: - question body: - type: markdown attributes: value: | Use this form for usage questions. For confirmed defects, use the bug report form. - type: textarea id: context attributes: label: What are you trying to do? description: Describe your goal and expected outcome. placeholder: I want to... validations: required: true - type: textarea id: attempted attributes: label: What have you tried? description: Include commands, config snippets, or links you already checked. placeholder: I tried... validations: required: true - type: textarea id: output attributes: label: Current output or behavior description: Include relevant command output, logs, or errors. render: shell - type: textarea id: environment attributes: label: Environment details description: PHP version, Composer version, OS, CI provider (if relevant). placeholder: PHP 8.3, Composer 2.9, Ubuntu 24.04... validations: required: true