1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-28 13:00:45 +00:00

Reformat.

This commit is contained in:
Brenden Matthews 2022-10-04 09:13:47 -05:00
parent 11c1d75d72
commit 8fb9eb536c
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -15,7 +15,7 @@ body:
id: what-happened id: what-happened
attributes: attributes:
label: What happened? label: What happened?
description: | description: >
Describe the problem, what you expected to happen, and any other Describe the problem, what you expected to happen, and any other
relevant info. You can attach logs, stack traces, and config below. If relevant info. You can attach logs, stack traces, and config below. If
required, include screenshots here which demonstrate the problem. required, include screenshots here which demonstrate the problem.
@ -51,7 +51,8 @@ body:
attributes: attributes:
value: | value: |
## Getting a stack trace ## Getting a stack trace
If you want to report a crash, please attach a stack trace.
If you are reporting a crash, please attach a stack trace below.
To create one with `gdb`, try the following steps: To create one with `gdb`, try the following steps:
@ -67,24 +68,12 @@ body:
# ... stack trace output here ... # ... stack trace output here ...
``` ```
We want that backtrace inside `gdb` triple backticks.
```gdb
$ gdb conky
GNU gdb (GDB) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
...
```
- type: textarea - type: textarea
id: stacktrace id: stacktrace
attributes: attributes:
label: Stack trace label: Stack trace
description: Paste your stacktrace here, if required. description: Paste your stacktrace here if you have one.
render: Shell render: GDB
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes: