Skip to content

Commit

Permalink
chore: update bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Jun 5, 2024
1 parent e31d214 commit 379a5a9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ body:
Minimal(!) configuration necessary to reproduce the issue. Save this as
`minimal.lua`. If necessary, add plugins and config options from your
`init.lua` at the indicated lines.
Please **do not** include a package manager (like lazy.nvim) in this.
render: Lua
value: |
for name, url in pairs{
Expand Down Expand Up @@ -70,8 +72,14 @@ body:
If this is not provided, the issue may be closed without notice.
value: |
1. `nvim --clean -u minimal.lua`
2. ...
1. `mkdir gitsigns_issue`
2. `cd gitsigns_issue`
3. `git init`
4. `touch file`
5. `git add file`
6. `git commit -m 'init commit'
7. `nvim --clean -u minimal.lua file`
8. ...
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 379a5a9

Please sign in to comment.