AppFlowy/.github/ISSUE_TEMPLATE/bug_report.yaml

50 lines
1.3 KiB
YAML
Raw Normal View History

2022-09-17 22:57:08 +00:00
name: Bug Report
description: Create a bug report to help us improve
2022-10-17 05:18:48 +00:00
title: "[Bug] "
2022-09-17 22:57:08 +00:00
body:
- type: textarea
id: desc
attributes:
label: Bug Description
description: A clear and concise description of what the bug is
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: How to Reproduce
description: What steps can we take to reproduce this behavior?
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen
2022-09-17 23:00:14 +00:00
validations:
required: true
2022-09-17 22:57:08 +00:00
- type: input
id: os
attributes:
label: Operating System
description: What OS are you seeing this bug on?
validations:
required: true
- type: input
id: version
attributes:
label: AppFlowy Version(s)
description: What version(s) of AppFlowy do you see this bug on?
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, please add screenshots to help explain your problem
2022-09-17 23:00:14 +00:00
- type: textarea
2022-09-17 22:57:08 +00:00
id: context
attributes:
label: Additional Context
description: Add any additonal context about the problem here