2022-02-05 12:00:41 -08:00
name : Issue report
description : Report any errors, bugs, or unexpected behaviors related to presence.nvim
2023-09-29 02:41:15 +02:00
title : "[Bug]: "
2022-02-05 12:00:41 -08:00
labels : [ bug]
2023-09-29 02:41:15 +02:00
assignees :
- jiriks74
2022-02-05 12:00:41 -08:00
body :
- type : markdown
attributes :
value : |
Before reporting, please search [existing issues](https://github.com/andweeb/presence.nvim/issues) and make sure that presence.nvim is updated to the latest version.
2023-09-29 02:41:15 +02:00
- type : checkboxes
attributes :
label : Are you on the latest version?
options :
- label : I have updated to the latest version.
required : true
- type : checkboxes
attributes :
label : Have you tried it with default config?
options :
- label : I have tried the default config.
required : true
2022-02-05 12:00:41 -08:00
- type : textarea
attributes :
label : "Description"
description : "A short summary of the error, bug, or unexpected behavior you're facing."
validations :
required : true
2023-09-29 02:41:15 +02:00
2022-02-05 12:00:41 -08:00
- type : textarea
attributes :
label : "Neovim version"
description : "Output of `nvim --version`"
render : markdown
placeholder : |
2023-09-29 02:41:15 +02:00
NVIM : v0.6.0-dev+209-g0603eba6e
2022-02-05 12:00:41 -08:00
Build type : Release
2023-09-29 02:41:15 +02:00
LuaJIT : 2.1 .0 -beta3
value : |
NVIM :
Build type :
LuaJIT :
2022-02-05 12:00:41 -08:00
validations :
required : true
2023-09-29 02:41:15 +02:00
2022-02-05 12:00:41 -08:00
- type : input
attributes :
label : "OS information"
placeholder : "macOS 12.0.1"
validations :
required : true
2023-09-29 02:41:15 +02:00
2022-02-05 12:00:41 -08:00
- type : textarea
attributes :
label : "Steps to reproduce"
2023-09-29 02:41:15 +02:00
description : "Steps to reproduce the issue with your config(s) if applicable."
2022-02-05 12:00:41 -08:00
placeholder : |
1 . Setup presence.nvim with `require("presence"):setup({...})`
2 . Run Neovim with `nvim test.txt`
3 . ...
validations :
required : true
2023-09-29 02:41:15 +02:00
2022-02-05 12:00:41 -08:00
- type : textarea
attributes :
label : "Logs"
2023-09-29 02:41:15 +02:00
description : "The full list of `:messages` from one or more `nvim` instances.\nPlease insert the logs into code blocks."
placeholder : |
<details>
```
[presence.nvim] Using runtime path : /run/user/1000
[presence.nvim] Using Discord IPC socket path : /run/user/1000/discord-ipc-0
[ presence.nvim] Checking Discord IPC socket at /run/user/1000/discord-ipc-0...
```
</details>
value : |
<details>
```
```
</details>
2022-02-05 12:00:41 -08:00
validations :
required : true
2023-09-29 02:41:15 +02:00
- type : textarea
attributes :
label : "Aditional info"
description : "If you'd like to add anything else put it here."
validations :
required : false