Skip to content

Commit

Permalink
feat: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Dec 7, 2023
1 parent 6ef8c54 commit e93a158
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ body:
- type: markdown
attributes:
value: >
Before reporting make sure that both Gitsigns and its dependencies are
updated to the latest version.
Before reporting make sure that Gitsigns is updated to the latest version.
- type: textarea
attributes:
label: "Description"
Expand Down Expand Up @@ -66,7 +65,10 @@ body:
- type: textarea
attributes:
label: "Steps to reproduce"
description: "Steps to reproduce using the minimal config provided."
description: >
Steps to reproduce using the minimal config provided.
If this is not provided, the issue may be closed without notice.
value: |
1. `nvim --clean -u minimal.lua`
2. ...
Expand All @@ -76,7 +78,7 @@ body:
attributes:
label: "Gitsigns debug messages"
description: >
Include the output of `:Gitsigns debug_messages`. If you think it's
Please include the output of `:Gitsigns debug_messages`. If you think it's
relevant maybe also provide the output of `:Gitsigns dump_cache`.
Note: You must have `debug_mode = true` in `setup()`.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit e93a158

Please sign in to comment.