mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
66 lines
1.9 KiB
YAML
66 lines
1.9 KiB
YAML
name: Bug Report
|
|
description: Create a report for a bug or inconsistency that you found
|
|
labels: ["bug"]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing issue for this?
|
|
description: Please search to see if an issue already exists for the bug you encountered.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Description of the bug
|
|
description: A concise description of what the bug is.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Concise steps to reproduce the behaviour.
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected behaviour
|
|
description: What should've happened, or did you expect to happen?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
description: >-
|
|
Paste logs, screenshots and/or extra information here. When sharing logs,
|
|
please set the log level to DEBUG in the admin panel and reproduce the bug.
|
|
That way the logs you share contain the most information. If there are a
|
|
lot of logs, or you aren't sure where the relevant information is, then
|
|
download the complete log file at the same place in the settings and
|
|
upload it here.
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Environment and version info
|
|
placeholder: Share the information at the About section of the admin panel. Also share your OS and/or browser if relevant.
|
|
value: |
|
|
- MIND Version:
|
|
- Python Version:
|
|
- Database Version:
|
|
- Database Location:
|
|
- Data Folder:
|
|
- OS (if relevant):
|
|
- Browser (if relevant):
|
|
validations:
|
|
required: true
|