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

18 lines
454 B
YAML
Raw Normal View History

2023-10-25 16:25:53 +02:00
name: Default
about: Use this template if nothing seems to work.
2023-10-25 16:26:40 +02:00
title: '❓ '
2023-10-25 16:18:40 +02:00
labels:
2023-10-25 16:25:53 +02:00
- question
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:01 +02:00
label: What happened ❔
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