mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
54 lines
1.8 KiB
YAML
54 lines
1.8 KiB
YAML
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
|
|
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
|
|
|
|
name: Bug report
|
|
description: Report an error or unexpected behavior
|
|
type: bug
|
|
body:
|
|
- type: dropdown
|
|
id: priority
|
|
attributes:
|
|
label: Priority/Impact
|
|
description: How severe is the issue?
|
|
options:
|
|
- Low (minor inconvenience)
|
|
- Medium (affects some functionality)
|
|
- High (critical issue, blocks workflow)
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: |
|
|
A clear and concise description of the bug.
|
|
placeholder: |
|
|
Please include any information you think is relevant to the issue you are experiencing.
|
|
This could include any steps to reproduce it (if it happens consistently), expected vs.
|
|
actual behavior, logs, screenshots, links to related issues, etc.
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: server-version
|
|
attributes:
|
|
label: Server version
|
|
description: |
|
|
What version of wger are you using and how did you install it (you use our server,
|
|
docker compose, manual installation, etc)?
|
|
placeholder: |
|
|
Check https://<server>/software/about-us or the git sha1 of the last commit you pulled
|
|
validations:
|
|
required: false
|
|
|
|
- type: input
|
|
id: app-version
|
|
attributes:
|
|
label: Mobile app version
|
|
description: |
|
|
What version of the mobile app are you using and how did you install it
|
|
(Play Store, App Store, Flathub, self compiled, etc.)?
|
|
placeholder: |
|
|
Check the "about wger" dialog
|
|
validations:
|
|
required: false
|