You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+44-44Lines changed: 44 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ labels: [bug]
5
5
body:
6
6
- type: markdown
7
7
attributes:
8
-
value: |
9
-
- Avoid generic or vague titles such as "Something's not working" or "A couple of problems" — be as descriptive as possible.
10
-
- Keep your issue focused on one single problem. If you have multiple bug reports, please create a separate issue for each of them.
11
-
- Issues should represent **complete and actionable** work items. If you are unsure about something or have a question, please start a [discussion](https://github.com/jbyuki/one-small-step-for-vimkind/discussions/new) instead.
8
+
value: |
9
+
- Avoid generic or vague titles such as "Something's not working" or "A couple of problems" — be as descriptive as possible.
10
+
- Keep your issue focused on one single problem. If you have multiple bug reports, please create a separate issue for each of them.
11
+
- Issues should represent **complete and actionable** work items. If you are unsure about something or have a question, please start a [discussion](https://github.com/jbyuki/one-small-step-for-vimkind/discussions/new) instead.
12
12
13
13
- type: input
14
14
id: neovim-version
@@ -49,52 +49,52 @@ body:
49
49
local plugins = {
50
50
"mfussenegger/nvim-dap",
51
51
"jbyuki/one-small-step-for-vimkind",
52
-
}
53
-
for _, src in ipairs(plugins) do
54
-
local path = vim.fs.joinpath(vim.fn.stdpath("data"), src:match("/(.*)"))
0 commit comments