32 lines
902 B
YAML
32 lines
902 B
YAML
name: Bug report
|
|
description: Create a new bug report
|
|
title: '[Bug]: '
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: A clear and concise description of the problem
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Minimal Reproduction (if possible, example repository)
|
|
description: Please provide a step by step guide to reproduce the issue
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Exception or Error
|
|
description: Please provide error logs if possible.
|
|
- type: input
|
|
attributes:
|
|
label: Version
|
|
description: Coolify's version (see bottom left corner).
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value: >-
|
|
This template was generated with [Issue Forms
|
|
Creator](https://issue-forms-creator.netlify.app)
|