Skip to content

Commit c54f659

Browse files
authored
Add backtick-wrapper to bug issue-template (#492)
1 parent 3fd2f01 commit c54f659

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ body:
3636
required: true
3737
attributes:
3838
label: Minimal init.lua
39-
description: Please provide minimal init.lua to reproduce the issue. You can find the template here https://github.com/nvim-orgmode/orgmode/blob/master/scripts/minimal_init.lua. Once set up, you can run it with `nvim -u minimal_init.lua`.
39+
description: Please provide minimal init.lua to reproduce the issue. You can find the template [here](https://github.com/nvim-orgmode/orgmode/blob/master/scripts/minimal_init.lua). Once set up, you can run it with `nvim -u minimal_init.lua`.
40+
value: |
41+
```lua
42+
43+
-- Enter your minimal_init.lua here
44+
45+
```
4046
- type: textarea
4147
attributes:
4248
label: Screenshots and recordings

0 commit comments

Comments
 (0)