mirror of https://github.com/fairyglade/ly.git
85 lines
3.3 KiB
YAML
85 lines
3.3 KiB
YAML
name: Bug report
|
|
description: File a bug report.
|
|
title: "[Bug] "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: checkboxes
|
|
id: prerequisites
|
|
attributes:
|
|
label: Pre-requisites
|
|
description: By submitting this issue, you agree to have done the following.
|
|
options:
|
|
- label: I have looked for any other duplicate issues
|
|
required: true
|
|
- label: I have reproduced the issue with the default config of Ly
|
|
required: true
|
|
- label: I have reproduced the issue on a fresh install of Ly **as well as** my OS and my desktop environment/window manager, all with **default settings**, except ones I will mention
|
|
required: false
|
|
- label: I have confirmed this issue also occurs on the latest development version (found in the `master` branch)
|
|
required: true
|
|
- label: I understand that this issue **will** be closed if requirements are not or not properly met
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Ly version
|
|
description: The output of `ly --version`. Please note that only the latest release and the current version in development are supported.
|
|
placeholder: 1.1.0-dev.12+2b0301c
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: observed
|
|
attributes:
|
|
label: Observed behavior
|
|
description: What happened?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected behavior
|
|
description: What did you expect to happen instead?
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: desktop
|
|
attributes:
|
|
label: OS + Desktop environment/Window manager
|
|
description: Which operating system and DE (or WM) did you use when observing the problem?
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: osimage
|
|
attributes:
|
|
label: OS version/snapshot used to reproduce
|
|
description: Which version (or snapshot if rolling release) of the OS did you use to reproduce the issue? This is only required if you have reproduced the issue on a fresh copy of the OS.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: What **exactly** can someone else do in order to observe the problem you observed?
|
|
placeholder: |
|
|
1. Authenticate with ...
|
|
2. Go to ...
|
|
3. Create file ...
|
|
4. Log out and log back in
|
|
5. Observe error
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Relevant logs
|
|
description: |
|
|
Please copy and paste (or attach) any relevant logs, error messages or any other output. This will be automatically formatted into code, so no need for backticks. Screenshots are accepted if they make life easier for you. The log files (located as specified by `/etc/ly/config.ini`) usually contain relevant information about the problem:
|
|
- The session log is located at `~/.local/state/ly-session.log` by default.
|
|
- The system log is located at `/var/log/ly.log` by default.
|
|
render: shell
|
|
- type: textarea
|
|
id: moreinfo
|
|
attributes:
|
|
label: Additional information
|
|
description: If you have any additional information that might be helpful in reproducing the problem, please provide it here.
|