forked from continuwuation/continuwuity
48 lines
1.8 KiB
YAML
48 lines
1.8 KiB
YAML
name: Bug Report
|
|
about: Report a bug or some other undesirable behaviour
|
|
title: 'bug: '
|
|
labels:
|
|
- Bug
|
|
- 'Status/Needs Investigation'
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Please ask for help in #main:continuwuity.org to ensure that what you are experiencing is actually a bug.**
|
|
**Do not report security or security-aligned issues here. See [/SECURITY.md] for that.**
|
|
|
|
Note that issue descriptions generated in part or in whole by AI tools will be closed without review.
|
|
Please instead describe the problem you are having to the best of your own ability.
|
|
|
|
[/SECURITY.md]: https://forgejo.ellis.link/continuwuation/continuwuity/src/branch/main/SECURITY.md
|
|
- type: textarea
|
|
attributes:
|
|
label: What is the bug?
|
|
description: Provide a detailed description of the issue you are experiencing.
|
|
placeholder: |
|
|
Continuwuity does not do xyz, which causes abc to happen. I expected it to do this, but instead it did that.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Provide a step-by-step description of how to reproduce the issue.
|
|
placeholder: |
|
|
1. Do this
|
|
2. Then do that
|
|
3. Finally, observe the issue
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Server name and version
|
|
description: |
|
|
What server did this happen on (e.g: continuwuity.org) and what Continuwuity version is running (e.g: v26.7.3)?
|
|
placeholder: |
|
|
continuwuity.example 26.8.0-alpha.1 (47eb39843)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
description: Anything else you think might be relevant to the issue
|