|
6 | 6 | - type: markdown |
7 | 7 | attributes: |
8 | 8 | value: | |
9 | | - **Before** reporting an issue, make sure to read the [documentation](https://github.com/ColinKennedy/nvim-best-practices-plugin-template) |
10 | | - and search [existing issues](https://github.com/ColinKennedy/nvim-best-practices-plugin-template/issues) (even the [closed issues](https://github.com/ColinKennedy/nvim-best-practices-plugin-template/issues?q=is%3Aissue+is%3Aclosed)) |
| 9 | + **Before** reporting an issue, make sure to read the [documentation](https://github.com/ColinKennedy/cursor-text-objects.nvim) |
| 10 | + and search [existing issues](https://github.com/ColinKennedy/cursor-text-objects.nvim/issues) (even the [closed issues](https://github.com/ColinKennedy/cursor-text-objects.nvim/issues?q=is%3Aissue+is%3Aclosed)) |
11 | 11 |
|
12 | | - Usage questions such as ***"How do I...?"*** belong in [Discussions](https://github.com/ColinKennedy/nvim-best-practices-plugin-template/discussions) and will be closed. |
| 12 | + Usage questions such as ***"How do I...?"*** belong in [Discussions](https://github.com/ColinKennedy/cursor-text-objects.nvim/discussions) and will be closed. |
13 | 13 | - type: checkboxes |
14 | 14 | attributes: |
15 | 15 | label: Did you read the documentation and check existing issues? |
16 | 16 | description: Make sure you checked and all of the below before submitting an issue |
17 | 17 | options: |
18 | | - - label: I have read all the [`:help plugin-template`](https://github.com/ColinKennedy/nvim-best-practices-plugin-template/blob/main/doc/my-template-docs.txt) documentation |
| 18 | + - label: I have read all the [`:help cursor-text-objects`](https://github.com/ColinKennedy/cursor-text-objects.nvim/blob/main/doc/my-template-docs.txt) documentation |
19 | 19 | required: true |
20 | 20 | - label: I have updated the plugin to the latest version before submitting this issue |
21 | 21 | required: true |
22 | | - - label: I have searched the [existing issues](https://github.com/ColinKennedy/nvim-best-practices-plugin-template/issues) and [closed issues](https://github.com/ColinKennedy/nvim-best-practices-plugin-template/issues?q=is%3Aissue+is%3Aclosed) issues |
| 22 | + - label: I have searched the [existing issues](https://github.com/ColinKennedy/cursor-text-objects.nvim/issues) and [closed issues](https://github.com/ColinKennedy/cursor-text-objects.nvim/issues?q=is%3Aissue+is%3Aclosed) issues |
23 | 23 | required: true |
24 | 24 | - type: input |
25 | 25 | attributes: |
@@ -58,12 +58,12 @@ body: |
58 | 58 | - type: textarea |
59 | 59 | attributes: |
60 | 60 | label: Health |
61 | | - description: Attach the output of `:checkhealth plugin_template` here |
| 61 | + description: Attach the output of `:checkhealth cursor_text_objects` here |
62 | 62 | render: log |
63 | 63 | - type: textarea |
64 | 64 | attributes: |
65 | 65 | label: Log |
66 | | - description: Please enable logging with `vim.g.plugin_template_configuration = {logging = {level = "debug", use_file = true}}` and attach the contents of `~/.local/share/nvim` here or call `:PluginTemplate copy-logs` |
| 66 | + description: Please enable logging with `vim.g.cursor_text_objects_configuration = {logging = {level = "debug", use_file = true}}` and attach the contents of `~/.local/share/nvim` here or call `:CursorTextObjects copy-logs` |
67 | 67 | render: log |
68 | 68 | - type: textarea |
69 | 69 | attributes: |
|
77 | 77 | spec = { |
78 | 78 | { |
79 | 79 | -- Add anything you need here (configuration, other plugins, etc) |
80 | | - "ColinKennedy/nvim-best-practices-plugin-template", |
| 80 | + "ColinKennedy/cursor-text-objects.nvim", |
81 | 81 | }, |
82 | 82 | }) |
83 | 83 | render: lua |
|
0 commit comments