26 lines
883 B
YAML
26 lines
883 B
YAML
name: "[Alpha Only] Bug Report"
|
|
description: CasaOS Alpha Testing specific bug report form.
|
|
title: "[Alpha][Bug] "
|
|
labels: ["alpha", "bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
> If you haven't joined CasaOS Alpha Team yet.
|
|
> Please join first on [Discord](https://discord.gg/knqAbbBbeX) to be updated on the Alpha test plan and test scope.
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: Also tell us, what did you expect to happen?
|
|
placeholder: Tell us what you see!
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots
|
|
description: If applicable, add screenshots to help explain your problem.
|
|
placeholder: Screenshots would be very helpful!
|
|
|