mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 07:40:13 +01:00
Changed to template
This commit is contained in:
parent
41c561bd1d
commit
f246209685
21
.github/ISSUE_TEMPLATE/bug.yaml
vendored
Normal file
21
.github/ISSUE_TEMPLATE/bug.yaml
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: Bug Report
|
||||||
|
description: File a bug report
|
||||||
|
title: "[It broke]: "
|
||||||
|
labels: ["bug"]
|
||||||
|
body:
|
||||||
|
- 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
|
||||||
|
description: Screenshots, anything you think might help
|
19
.github/ISSUE_TEMPLATE/bug_report.md
vendored
19
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: "[It broke]"
|
|
||||||
labels: bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Describe the bug**
|
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
**To Reproduce**
|
|
||||||
Steps to reproduce the behavior:
|
|
||||||
|
|
||||||
**Screenshots**
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
**Log output**
|
|
Loading…
x
Reference in New Issue
Block a user