mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
18 lines
496 B
Markdown
18 lines
496 B
Markdown
---
|
|
name: Bug report
|
|
about: Build PHP or library failed, download failed, doesn't seem to work...
|
|
title: ''
|
|
labels: bug
|
|
body:
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: |
|
|
Please tell us what you do, what you get and what you expected.
|
|
Provide with some step-by-step instructions to reproduce the issue.
|
|
If possible, attach a screenshot or log files in ./log directory.
|
|
validations:
|
|
required: true
|
|
---
|