Skip to content

Commit 07d088b

Browse files
chore: update github issue templates
1 parent 686af1e commit 07d088b

4 files changed

Lines changed: 29 additions & 13 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: input
77
attributes:
88
label: Neovim version (nvim -v)
9-
placeholder: 0.10.0
9+
placeholder: 0.11.0
1010
validations:
1111
required: true
1212
- type: input
@@ -66,6 +66,8 @@ body:
6666
options:
6767
- label: I have updated this plugin to the latest version using my plugin manager
6868
required: true
69+
- label: I have updated all treesitter parsers (:TSUpdate)
70+
required: true
6971
- label: I have provided the text contained in all screenshots as raw text in this issue. This means if there is a screenshot below it is the copy pasted contents of the file in the screenshot. I understand that my issue will be closed if I have not.
7072
required: true
7173
- type: textarea

.github/ISSUE_TEMPLATE/help.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: input
77
attributes:
88
label: Neovim version (nvim -v)
9-
placeholder: 0.10.0
9+
placeholder: 0.11.0
1010
validations:
1111
required: true
1212
- type: input
@@ -21,3 +21,17 @@ body:
2121
description: What is it you're trying to do?
2222
validations:
2323
required: true
24+
- type: textarea
25+
attributes:
26+
label: Healthcheck output
27+
description: Output of :checkhealth render-markdown
28+
render: text
29+
validations:
30+
required: true
31+
- type: textarea
32+
attributes:
33+
label: Plugin configuration
34+
description: Your configuration for this plugin (:RenderMarkdown config).
35+
render: lua
36+
validations:
37+
required: true

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,11 +1795,11 @@ The table below shows all the highlight groups with their default link
17951795
17961796
# Acknowledgments
17971797
1798-
- [headlines.nvim](https://github.com/lukas-reineke/headlines.nvim): The plugin that
1799-
inspired me to create this one and whose implementation I used as a reference for
1800-
the original version
1801-
- [crates.nvim](https://github.com/Saecki/crates.nvim): Used the in-process lsp implementation
1802-
as an awesome reference [lsp.lua](https://github.com/saecki/crates.nvim/blob/main/lua/crates/lsp.lua)
1798+
- [headlines.nvim](https://github.com/lukas-reineke/headlines.nvim): The plugin
1799+
that inspired me to create this one and whose implementation I used as a reference
1800+
for the original version
1801+
- [crates.nvim](https://github.com/Saecki/crates.nvim): Used the in-process lsp
1802+
implementation as an awesome reference [lsp.lua](https://github.com/saecki/crates.nvim/blob/main/lua/crates/lsp.lua)
18031803
18041804
<!-- panvimdoc-ignore-start -->
18051805

doc/render-markdown.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*render-markdown.txt* For NVIM v0.11.5 Last change: 2025 December 15
1+
*render-markdown.txt* For NVIM v0.11.5 Last change: 2025 December 16
22

33
==============================================================================
44
Table of Contents *render-markdown-table-of-contents*
@@ -1905,11 +1905,11 @@ ADDITIONAL *render-markdown-info-additional*
19051905
==============================================================================
19061906
10. Acknowledgments *render-markdown-acknowledgments*
19071907

1908-
- headlines.nvim <https://github.com/lukas-reineke/headlines.nvim>: The plugin that
1909-
inspired me to create this one and whose implementation I used as a reference for
1910-
the original version
1911-
- crates.nvim <https://github.com/Saecki/crates.nvim>: Used the in-process lsp implementation
1912-
as an awesome reference lsp.lua <https://github.com/saecki/crates.nvim/blob/main/lua/crates/lsp.lua>
1908+
- headlines.nvim <https://github.com/lukas-reineke/headlines.nvim>: The plugin
1909+
that inspired me to create this one and whose implementation I used as a reference
1910+
for the original version
1911+
- crates.nvim <https://github.com/Saecki/crates.nvim>: Used the in-process lsp
1912+
implementation as an awesome reference lsp.lua <https://github.com/saecki/crates.nvim/blob/main/lua/crates/lsp.lua>
19131913

19141914
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
19151915

0 commit comments

Comments
 (0)