Tranga/.github/ISSUE_TEMPLATE/bug_report.yml

22 lines
583 B
YAML
Raw Normal View History

2023-09-26 18:50:56 +02:00
name: Bug Report
2023-09-26 18:26:42 +02:00
description: File a bug report
title: "[It broke]: "
labels: ["bug"]
body:
2023-09-26 18:47:02 +02:00
- type: textarea
attributes:
label: What is broken?
description: What happened? How did we get here?
placeholder: The place where you tell me what you expected to happen, and what happened instead.
validations:
required: true
- type: textarea
attributes:
label: Log-output
description: The output of `docker logs tranga-api`
render: C#
- type: textarea
attributes:
label: Additional stuff
2023-09-26 18:50:56 +02:00
description: Screenshots, anything you think might help