gitea-template-test/.gitea/ISSUE_TEMPLATE.yml

16 lines
429 B
YAML
Raw Normal View History

2023-10-25 17:07:26 +02:00
name: Default
2023-10-25 16:25:53 +02:00
about: Use this template if nothing seems to work.
2023-10-25 17:05:01 +02:00
title: ''
2023-10-25 16:16:47 +02:00
body:
- type: markdown
attributes:
value: |
2023-10-25 16:27:18 +02:00
> **Note**: Thanks for taking the time to fill out this bug report!
2023-10-25 16:16:47 +02:00
- type: textarea
2023-10-25 16:25:53 +02:00
id: content
2023-10-25 16:16:47 +02:00
attributes:
2023-10-25 16:28:24 +02:00
label: ❔ What happened
2023-10-25 16:28:01 +02:00
description: Simply ask your question here.
2023-10-25 16:25:53 +02:00
placeholder: Tell us what you want to know...
2023-10-25 16:16:47 +02:00
validations:
2023-10-25 16:25:53 +02:00
required: true