1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 02:25:09 +00:00

Fix the words.

This commit is contained in:
Brenden Matthews 2022-10-04 09:07:25 -05:00
parent 67e620035a
commit 11c1d75d72
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -1,21 +1,25 @@
name: 🐞 Bug Report
description: File a bug report
description: "File a bug report: crashes, unexpected behaviour, and other errors go here."
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! If you haven't
done so already, please take a moment to search the existing issues to
see if this has been previously reported. If not, carry on.
Thanks for taking the time to fill out this bug report!
If you haven't done so already, please take a moment to search the
[existing issues](https://github.com/brndnmtthws/conky/issues) to see if
this has been previously reported. If not, carry on.
- 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! Include screenshots if you have 'em.
value: "A bug happened!"
description: |
Describe the problem, what you expected to happen, and any other
relevant info. You can attach logs, stack traces, and config below. If
required, include screenshots here which demonstrate the problem.
placeholder: Here's what happened
validations:
required: true
- type: input
@ -25,10 +29,18 @@ body:
description: What version of Conky are you running?
validations:
required: true
- type: input
- type: dropdown
id: os
attributes:
label: What OS/distro are you seeing the problem on?
label: Which OS/distro are you seeing the problem on?
options:
- Ubuntu
- Fedora
- Debian
- Arch Linux
- Gentoo
- Linux (other)
- macOS
- type: textarea
id: config
attributes:
@ -38,6 +50,7 @@ body:
- type: markdown
attributes:
value: |
## Getting a stack trace
If you want to report a crash, please attach a stack trace.
To create one with `gdb`, try the following steps: