mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
22 lines
531 B
YAML
22 lines
531 B
YAML
---
|
|
name: "🕬 Report"
|
|
description: Report something to the maintainer
|
|
title: "[Report]: "
|
|
labels: ["report", "status:triage"]
|
|
assignees:
|
|
- cytopia
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Report something to the maintainer such as versions are outdated or pipelines are not running, etc. For anything else please use other issue types. Thanks for taking the time!
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Report
|
|
description: What do you want to report?
|
|
validations:
|
|
required: true
|